Home
last modified time | relevance | path

Searched refs:SSL_CLIENT_HELLO_CB (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_want.pod89 =item SSL_CLIENT_HELLO_CB
108 The SSL_want_client_hello_cb() function and the SSL_CLIENT_HELLO_CB return value
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h913 # define SSL_CLIENT_HELLO_CB 7 macro
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
H A Dssl.h.in890 # define SSL_CLIENT_HELLO_CB 7 macro
901 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1611 s->rwstate = SSL_CLIENT_HELLO_CB; in tls_early_post_process_client_hello()