Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dssl.h3203 #define SSL_want_channel_id_lookup(ssl) (SSL_want(ssl) == SSL_CHANNEL_ID_LOOKUP) macro
/external/boringssl/src/ssl/
Dssl_lib.c791 if (SSL_want_channel_id_lookup(ssl)) { in SSL_get_error()