Searched refs:SSL_want_async_job (Results 1 – 4 of 4) sorted by relevance
6 SSL_want_async, SSL_want_async_job, SSL_want_client_hello_cb - obtain state19 int SSL_want_async_job(const SSL *ssl);95 SSL_want_async(), SSL_want_async_job(), and SSL_want_client_hello_cb() return
450 SSL_want_async_job define
906 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS) macro
3672 if (SSL_want_async_job(s)) in SSL_get_error()