Home
last modified time | relevance | path

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

/third_party/boringssl/src/ssl/
Dssl_cipher.cc1305 return (cipher->algorithm_auth & SSL_aCERT) != 0; in ssl_cipher_uses_certificate_auth()
Dinternal.h536 #define SSL_aCERT (SSL_aRSA | SSL_aECDSA)
/third_party/openssl/ssl/
Dssl_local.h207 #define SSL_aCERT \ macro
Dt1_lib.c2758 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aCERT)) in tls_choose_sigalg()
/third_party/openssl/ssl/statem/
Dstatem_clnt.c3591 if (!(alg_a & SSL_aCERT)) in ssl3_check_cert_and_algorithm()