Home
last modified time | relevance | path

Searched defs:SignerOpts (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/
Dcrypto.go198 Sign(rand io.Reader, digest []byte, opts SignerOpts) (signature []byte, err error)
202 type SignerOpts interface { interface
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ed25519/
Ded25519.go91 func (priv PrivateKey) Sign(rand io.Reader, message []byte, opts crypto.SignerOpts) (signature []by…