Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/include/openssl/
Dssl.h905 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED) macro
/third_party/openssl/include/openssl/
Dssl.h.in899 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED) macro