Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
/third_party/openssl/util/
Dprivate.num451 SSL_want_client_hello_cb define
/third_party/openssl/include/openssl/
Dssl.h907 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB) macro
/third_party/openssl/ssl/
Dssl_lib.c3674 if (SSL_want_client_hello_cb(s)) in SSL_get_error()