Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/
HDsymhacks.h232 # undef ssl_check_clienthello_tlsext_early
233 # define ssl_check_clienthello_tlsext_early ssl_check_clihello_tlsext_early macro
/NextBSD/crypto/openssl/ssl/
HDt1_lib.c131 static int ssl_check_clienthello_tlsext_early(SSL *s);
2484 if (ssl_check_clienthello_tlsext_early(s) <= 0) { in ssl_parse_clienthello_tlsext()
2874 static int ssl_check_clienthello_tlsext_early(SSL *s) in ssl_check_clienthello_tlsext_early() function