Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dsign.go23 supportsKey(key crypto.PrivateKey) bool
24 signMessage(key crypto.PrivateKey, config *Config, msg []byte) ([]byte, error)
28 func selectSignatureAlgorithm(version uint16, key crypto.PrivateKey, config *Config, peerSigAlgs []…
53 func signMessage(version uint16, key crypto.PrivateKey, config *Config, sigAlg signatureAlgorithm, …
Dcommon.go1504 PrivateKey crypto.PrivateKey // supported types: *rsa.PrivateKey, *ecdsa.PrivateKey member