Searched refs:SSL_want_read (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/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(),
|
H A D | SSL_get_rpoll_descriptor.pod | 75 SSL_net_write_desired() function identically to calls to SSL_want_read() and
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 700 SSL_want_read define
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-quic.pod | 211 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 D | ssl_lib.c | 4894 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 D | quic-api.md | 38 … - [`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 D | ssl.h | 938 # define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
|
H A D | ssl.h.in | 915 # define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4616 MLINKS+= SSL_want.3 SSL_want_read.3
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 6945 || !TEST_true(SSL_want_read(peerwrite)) in test_key_update_peer_in_write()
|