Searched refs:pkey_supports_algorithm (Results 1 – 2 of 2) sorted by relevance
| /external/rust/crates/quiche/deps/boringssl/src/ssl/ |
| D | ssl_privkey.cc | 146 static bool pkey_supports_algorithm(const SSL *ssl, EVP_PKEY *pkey, in pkey_supports_algorithm() function 174 if (!pkey_supports_algorithm(ssl, pkey, sigalg)) { in setup_ctx() 293 if (!pkey_supports_algorithm(ssl, hs->local_pubkey.get(), sigalg)) { in ssl_private_key_supports_signature_algorithm()
|
| /external/cronet/third_party/boringssl/src/ssl/ |
| D | ssl_privkey.cc | 147 static bool pkey_supports_algorithm(const SSL *ssl, EVP_PKEY *pkey, in pkey_supports_algorithm() function 189 if (!pkey_supports_algorithm(ssl, pkey, sigalg)) { in setup_ctx() 345 if (!pkey_supports_algorithm(ssl, hs->local_pubkey.get(), sigalg)) { in ssl_private_key_supports_signature_algorithm()
|