Searched refs:BIO_should_read (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_should_retry.pod | 5 BIO_should_read, BIO_should_write, 14 int BIO_should_read(BIO *b); 35 BIO_should_read() is true if the cause of the condition is that the BIO 65 BIO_should_read(), BIO_should_write(), BIO_should_io_special(), 95 For example if the cause is ultimately a socket and BIO_should_read() 118 BIO_should_read(), BIO_should_write(), BIO_should_io_special(), and
|
H A D | BIO_f_base64.pod | 48 supports retries, see L<BIO_should_read(3)> and L<BIO_set_mem_eof_return(3)>. 123 L<BIO_should_read(3)>,
|
H A D | BIO_s_bio.pod | 110 (such as calling select() ) due to a request and BIO_should_read() being true. 115 write buffer. BIO_read_ex() will initially fail and BIO_should_read() will be
|
H A D | BIO_s_connect.pod | 145 It addition to BIO_should_read() and BIO_should_write() it is also
|
/freebsd/crypto/openssl/doc/designs/ddd/ |
H A D | ddd-02-conn-nonblocking-threads.c | 149 conn->tx_need_rx = BIO_should_read(conn->ssl_bio); in tx()
|
H A D | ddd-02-conn-nonblocking.c | 161 conn->tx_need_rx = BIO_should_read(conn->ssl_bio); in tx()
|
/freebsd/crypto/openssl/test/ |
H A D | asynciotest.c | 106 if (ret <= 0 && BIO_should_read(next)) in async_read()
|
H A D | tls13ccstest.c | 83 if (ret <= 0 && BIO_should_read(next)) in watchccs_read()
|
H A D | ssl_old_test.c | 2725 if (BIO_should_read(c_bio)) in doit() 2754 if (BIO_should_read(c_bio)) in doit() 2791 if (BIO_should_read(s_bio)) in doit() 2827 if (BIO_should_read(s_bio)) in doit()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_lib.c | 969 int ret = BIO_socket_wait(fd, BIO_should_read(bio), max_time); in bio_wait()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 272 BIO_should_read define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 266 # define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ) macro
|
H A D | bio.h.in | 267 # define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ) macro
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 4896 if (BIO_should_read(bio)) in ossl_ssl_get_error() 4928 else if (BIO_should_read(bio)) in ossl_ssl_get_error()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1104 MLINKS+= BIO_should_retry.3 BIO_should_read.3
|