Home
last modified time | relevance | path

Searched refs:BIO_retry_type (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_should_retry.pod6 BIO_should_io_special, BIO_retry_type, BIO_should_retry,
17 int BIO_retry_type(BIO *b);
46 BIO_retry_type() returns a mask of the cause of a retry condition
66 BIO_retry_type(), and BIO_should_retry(), are implemented as macros.
122 BIO_retry_type() returns a flag combination presenting the cause of a retry
/freebsd/crypto/openssl/util/
H A Dother.syms197 BIO_retry_type define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h239 # define BIO_retry_type(a) BIO_test_flags(a, BIO_FLAGS_RWS) macro
H A Dbio.h.in240 # define BIO_retry_type(a) BIO_test_flags(a, BIO_FLAGS_RWS) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile890 MLINKS+= BIO_should_retry.3 BIO_retry_type.3