Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_privkey.cc146 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()
284 if (!pkey_supports_algorithm(ssl, hs->local_pubkey.get(), sigalg)) { in ssl_private_key_supports_signature_algorithm()