Searched refs:ssl_pkey_supports_algorithm (Results 1 – 3 of 3) sorted by relevance
/ssl/ |
A D | ssl_privkey.cc | 112 bool ssl_pkey_supports_algorithm(const SSL *ssl, EVP_PKEY *pkey, in ssl_pkey_supports_algorithm() function 169 if (!ssl_pkey_supports_algorithm(ssl, pkey, sigalg, is_verify)) { in setup_ctx()
|
A D | extensions.cc | 343 !ssl_pkey_supports_algorithm(hs->ssl, pkey, sigalg, /*is_verify=*/true)) { in tls12_check_peer_sigalg() 4565 if (!ssl_pkey_supports_algorithm(ssl, cred->pubkey.get(), sigalg, in tls1_choose_signature_algorithm()
|
A D | internal.h | 883 bool ssl_pkey_supports_algorithm(const SSL *ssl, EVP_PKEY *pkey,
|
Completed in 37 milliseconds