Searched refs:SSL_want_client_hello_cb (Results 1 – 6 of 6) sorted by relevance
7 SSL_want_client_hello_cb - obtain state information TLS/SSL I/O operation21 int SSL_want_client_hello_cb(const SSL *ssl);99 SSL_want_async(), SSL_want_async_job(), and SSL_want_client_hello_cb()108 The SSL_want_client_hello_cb() function and the SSL_CLIENT_HELLO_CB return value
616 SSL_want_client_hello_cb define
924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB) macro
901 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB) macro
3931 if (SSL_want_client_hello_cb(s)) in SSL_get_error()
4232 MLINKS+= SSL_want.3 SSL_want_client_hello_cb.3