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 D | SSL_want.pod | 5 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 D | SSL_want.pod | 5 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 D | private.num | 457 SSL_want_read define
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | other.syms | 618 SSL_want_read define
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 721 =item int B<SSL_want_read>(const SSL *ssl);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 902 # define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 3637 if (SSL_want_read(s)) { in SSL_get_error()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 895 # define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
|