Searched refs:SSL_want_client_hello_cb (Results 1 – 4 of 4) sorted by relevance
6 SSL_want_async, SSL_want_async_job, SSL_want_client_hello_cb - obtain state20 int SSL_want_client_hello_cb(const SSL *ssl);95 SSL_want_async(), SSL_want_async_job(), and SSL_want_client_hello_cb() return104 The SSL_want_client_hello_cb() function and the SSL_CLIENT_HELLO_CB return value
451 SSL_want_client_hello_cb define
907 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB) macro
3674 if (SSL_want_client_hello_cb(s)) in SSL_get_error()