Home
last modified time | relevance | path

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

/ssl/
A Dssl_privkey.cc112 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 Dextensions.cc343 !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 Dinternal.h883 bool ssl_pkey_supports_algorithm(const SSL *ssl, EVP_PKEY *pkey,

Completed in 37 milliseconds