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

/freebsd-11-stable/crypto/openssl/crypto/
H A Dsymhacks.h232 # undef ssl_check_clienthello_tlsext_early macro
233 # define ssl_check_clienthello_tlsext_early ssl_check_clihello_tlsext_early macro
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c131 static int ssl_check_clienthello_tlsext_early(SSL *s);
2633 if (ssl_check_clienthello_tlsext_early(s) <= 0) {
3035 static int ssl_check_clienthello_tlsext_early(SSL *s) function
3067 * has to happen here in ssl_check_clienthello_tlsext_early().

Completed in 105 milliseconds