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 D | ssl_privkey.cc | 122 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 D | internal.h | 1101 bool ssl_pkey_supports_algorithm(const SSL *ssl, EVP_PKEY *pkey,
|
H A D | extensions.cc | 4147 if (!ssl_pkey_supports_algorithm(ssl, cred->pubkey.get(), sigalg)) { in tls1_choose_signature_algorithm()
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | ssl_privkey.cc | 154 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 D | extensions.cc | 449 !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 D | internal.h | 1087 bool ssl_pkey_supports_algorithm(const SSL *ssl, EVP_PKEY *pkey,
|