Home
last modified time | relevance | path

Searched refs:SSL_want_client_hello_cb (Results 1 – 8 of 8) sorted by relevance

/netbsd/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
20 int SSL_want_client_hello_cb(const SSL *ssl);
95 SSL_want_async(), SSL_want_async_job(), and SSL_want_client_hello_cb() return
104 The SSL_want_client_hello_cb() function and the SSL_CLIENT_HELLO_CB return value
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_want.pod7 SSL_want_client_hello_cb - obtain state information TLS/SSL I/O operation
21 int SSL_want_client_hello_cb(const SSL *ssl);
99 SSL_want_async(), SSL_want_async_job(), and SSL_want_client_hello_cb()
108 The SSL_want_client_hello_cb() function and the SSL_CLIENT_HELLO_CB return value
/netbsd/crypto/external/bsd/openssl.old/dist/util/
H A Dprivate.num455 SSL_want_client_hello_cb define
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dother.syms615 SSL_want_client_hello_cb define
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h907 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB) macro
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c3689 if (SSL_want_client_hello_cb(s)) in SSL_get_error()
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_lib.c3894 if (SSL_want_client_hello_cb(s)) in SSL_get_error()
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in901 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB) macro