Searched refs:SSL_want_x509_lookup (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/include/openssl/
H A Dssl.h3202 #define SSL_want_x509_lookup(ssl) (SSL_want(ssl) == SSL_X509_LOOKUP) macro
/external/boringssl/src/include/openssl/
H A Dssl.h3202 #define SSL_want_x509_lookup(ssl) (SSL_want(ssl) == SSL_X509_LOOKUP) macro
/external/boringssl/src/ssl/
H A Dssl_lib.c787 if (SSL_want_x509_lookup(ssl)) {

Completed in 97 milliseconds