Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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(),
H A DSSL_get_rpoll_descriptor.pod75 SSL_net_write_desired() function identically to calls to SSL_want_read() and
/freebsd/crypto/openssl/util/
H A Dother.syms700 SSL_want_read define
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-quic.pod211 L<SSL_want(3)>, L<SSL_want_read(3)> and L<SSL_want_write(3)> no longer reflect
439 Ensure that your usage of L<SSL_want(3)>, L<SSL_want_read(3)> and
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c4894 if (SSL_want_read(s)) { in ossl_ssl_get_error()
7698 return SSL_want_read(s); in SSL_net_read_desired()
7702 return SSL_want_read(s); in SSL_net_read_desired()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api.md38 … - [`SSL_want`, `SSL_want_read`, `SSL_want_write`](#-ssl-want----ssl-want-read----ssl-want-write-)
512 #### `SSL_want`, `SSL_want_read`, `SSL_want_write`
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h938 # define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
H A Dssl.h.in915 # define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4616 MLINKS+= SSL_want.3 SSL_want_read.3
/freebsd/crypto/openssl/test/
H A Dsslapitest.c6945 || !TEST_true(SSL_want_read(peerwrite)) in test_key_update_peer_in_write()