Home
last modified time | relevance | path

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 DSSL_want.pod6 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 DSSL_want.pod6 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 Dprivate.num453 SSL_want_async define
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dother.syms614 SSL_want_async define
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h905 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED) macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c3685 if (SSL_want_async(s)) in SSL_get_error()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in899 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED) macro