Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_want.pod5 SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup,
15 int SSL_want_read(const SSL *ssl);
94 SSL_want_nothing(), SSL_want_read(), SSL_want_write(), SSL_want_x509_lookup(),
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_want.pod5 SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write,
15 int SSL_want_read(const SSL *ssl);
97 SSL_want_nothing(), SSL_want_read(), SSL_want_write(),
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dprivate.num457 SSL_want_read define
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dother.syms618 SSL_want_read define
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dssl.pod721 =item int B<SSL_want_read>(const SSL *ssl);
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h902 # define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c3637 if (SSL_want_read(s)) { in SSL_get_error()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in895 # define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro