Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dsign.go25 supportsKey(key crypto.PrivateKey) bool methodSpec
116 func (r *rsaPKCS1Signer) supportsKey(key crypto.PrivateKey) bool { func
156 func (e *ecdsaSigner) supportsKey(key crypto.PrivateKey) bool { func
233 func (r *rsaPSSSigner) supportsKey(key crypto.PrivateKey) bool { func
262 func (e *ed25519Signer) supportsKey(key crypto.PrivateKey) bool { func
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dsign.go25 supportsKey(key crypto.PrivateKey) bool methodSpec
116 func (r *rsaPKCS1Signer) supportsKey(key crypto.PrivateKey) bool { func
156 func (e *ecdsaSigner) supportsKey(key crypto.PrivateKey) bool { func
233 func (r *rsaPSSSigner) supportsKey(key crypto.PrivateKey) bool { func
262 func (e *ed25519Signer) supportsKey(key crypto.PrivateKey) bool { func