Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dsign.go24 supportsKey(key crypto.PrivateKey) bool methodSpec
47 if signer.supportsKey(key) {
102 func (r *rsaPKCS1Signer) supportsKey(key crypto.PrivateKey) bool { func
142 func (e *ecdsaSigner) supportsKey(key crypto.PrivateKey) bool { func
219 func (r *rsaPSSSigner) supportsKey(key crypto.PrivateKey) bool { func
248 func (e *ed25519Signer) supportsKey(key crypto.PrivateKey) bool { func
/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dsign.go24 supportsKey(key crypto.PrivateKey) bool methodSpec
47 if signer.supportsKey(key) {
102 func (r *rsaPKCS1Signer) supportsKey(key crypto.PrivateKey) bool { func
142 func (e *ecdsaSigner) supportsKey(key crypto.PrivateKey) bool { func
219 func (r *rsaPSSSigner) supportsKey(key crypto.PrivateKey) bool { func
248 func (e *ed25519Signer) supportsKey(key crypto.PrivateKey) bool { func