Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/crypto/
HDBIO_should_retry.pod6 BIO_should_io_special, BIO_retry_type, BIO_should_retry,
16 #define BIO_retry_type(a) ((a)->flags & BIO_FLAGS_RWS)
48 BIO_retry_type() returns a mask of the cause of a retry condition
/NextBSD/crypto/openssl/crypto/bio/
HDbio.h262 # define BIO_retry_type(a) BIO_test_flags(a, BIO_FLAGS_RWS) macro
/NextBSD/secure/lib/libcrypto/
HDMakefile.man336 MLINKS+= BIO_should_retry.3 BIO_retry_type.3