Searched defs:PrivateKey (Results 1 – 2 of 2) sorted by relevance
| /external/boringssl/src/ssl/test/runner/ |
| D | sign.go | 23 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, …
|
| D | common.go | 1504 PrivateKey crypto.PrivateKey // supported types: *rsa.PrivateKey, *ecdsa.PrivateKey member
|