Searched refs:SSL_want_async (Results 1 – 4 of 4) sorted by relevance
6 SSL_want_async, SSL_want_async_job, SSL_want_client_hello_cb - obtain state18 int SSL_want_async(const SSL *ssl);95 SSL_want_async(), SSL_want_async_job(), and SSL_want_client_hello_cb() return
449 SSL_want_async define
905 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED) macro
3670 if (SSL_want_async(s)) in SSL_get_error()