Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dbio.h65 BIO_test_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX : BIO_FLAGS_KTLS_RX)
69 BIO_test_flags(b, BIO_FLAGS_KTLS_TX_CTRL_MSG)
/openssl/include/openssl/
H A Dbio.h.in248 int BIO_test_flags(const BIO *b, int flags);
251 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0))
263 BIO_test_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
266 # define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ)
267 # define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE)
268 # define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL)
269 # define BIO_retry_type(a) BIO_test_flags(a, BIO_FLAGS_RWS)
270 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY)
/openssl/test/
H A Dsslcorrupttest.c21 flags = BIO_test_flags(next, BIO_FLAGS_SHOULD_RETRY | BIO_FLAGS_RWS); in copy_flags()
/openssl/util/
H A Dmissingcrypto.txt220 BIO_test_flags(3)
H A Dmissingcrypto111.txt247 BIO_test_flags(3)
H A Dlibcrypto.num1922 BIO_test_flags 1969 3_0_0 EXIST::FUNCTION:
/openssl/crypto/bio/
H A Dbio_lib.c204 int BIO_test_flags(const BIO *b, int flags) in BIO_test_flags() function
/openssl/test/helpers/
H A Dssltestlib.c95 flags = BIO_test_flags(next, BIO_FLAGS_SHOULD_RETRY | BIO_FLAGS_RWS); in copy_flags()

Completed in 38 milliseconds