Searched defs:PrivateKey (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/ssl/test/runner/ed25519/ |
D | ed25519.go | 40 type PrivateKey []byte type 110 func Sign(privateKey PrivateKey, message []byte) []byte {
|
/external/boringssl/src/ssl/test/runner/ |
D | sign.go | 25 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, …
|
D | common.go | 1604 PrivateKey crypto.PrivateKey // supported types: *rsa.PrivateKey, *ecdsa.PrivateKey member
|