Home
last modified time | relevance | path

Searched defs:PrivateKey (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/ed25519/
Ded25519.go40 type PrivateKey []byte type
110 func Sign(privateKey PrivateKey, message []byte) []byte {
/external/boringssl/src/ssl/test/runner/
Dsign.go25 supportsKey(key crypto.PrivateKey) bool
26 signMessage(key crypto.PrivateKey, config *Config, msg []byte) ([]byte, error)
30 func selectSignatureAlgorithm(version uint16, key crypto.PrivateKey, config *Config, peerSigAlgs []…
55 func signMessage(version uint16, key crypto.PrivateKey, config *Config, sigAlg signatureAlgorithm, …
Dcommon.go1604 PrivateKey crypto.PrivateKey // supported types: *rsa.PrivateKey, *ecdsa.PrivateKey member