Home
last modified time | relevance | path

Searched refs:ssl_pkey_supports_algorithm (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_privkey.cc122 bool ssl_pkey_supports_algorithm(const SSL *ssl, EVP_PKEY *pkey, in ssl_pkey_supports_algorithm() function
174 if (!ssl_pkey_supports_algorithm(ssl, pkey, sigalg)) { in setup_ctx()
H A Dinternal.h1101 bool ssl_pkey_supports_algorithm(const SSL *ssl, EVP_PKEY *pkey,
H A Dextensions.cc4147 if (!ssl_pkey_supports_algorithm(ssl, cred->pubkey.get(), sigalg)) { in tls1_choose_signature_algorithm()
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_privkey.cc154 bool ssl_pkey_supports_algorithm(const SSL *ssl, EVP_PKEY *pkey, in ssl_pkey_supports_algorithm() function
212 if (!ssl_pkey_supports_algorithm(ssl, pkey, sigalg, is_verify)) { in setup_ctx()
H A Dextensions.cc449 !ssl_pkey_supports_algorithm(hs->ssl, pkey, sigalg, /*is_verify=*/true)) { in tls12_check_peer_sigalg()
4153 if (!ssl_pkey_supports_algorithm(ssl, cred->pubkey.get(), sigalg, in tls1_choose_signature_algorithm()
H A Dinternal.h1087 bool ssl_pkey_supports_algorithm(const SSL *ssl, EVP_PKEY *pkey,