Searched refs:SSL_want_async (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_want.pod | 6 SSL_want_async, SSL_want_async_job, SSL_want_client_hello_cb - obtain state 18 int SSL_want_async(const SSL *ssl); 95 SSL_want_async(), SSL_want_async_job(), and SSL_want_client_hello_cb() return
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_want.pod | 6 SSL_want_x509_lookup, SSL_want_retry_verify, SSL_want_async, SSL_want_async_job, 19 int SSL_want_async(const SSL *ssl); 99 SSL_want_async(), SSL_want_async_job(), and SSL_want_client_hello_cb()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | private.num | 453 SSL_want_async define
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | other.syms | 614 SSL_want_async define
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 905 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED) macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 3685 if (SSL_want_async(s)) in SSL_get_error()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 899 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED) macro
|