Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c92 int SSL_want_nothing(const SSL *ssl) in SSL_want_nothing() function
/third_party/openssl/include/openssl/
Dssl.h901 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING) macro