Home
last modified time | relevance | path

Searched defs:SSL_want_client_hello_cb (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/ohos_lite/include/openssl/
Dssl.h907 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB) macro
/third_party/openssl/include/openssl/
Dssl.h.in901 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB) macro