Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DBIO_should_retry.pod7 BIO_get_retry_BIO, BIO_get_retry_reason, BIO_set_retry_reason - BIO retry
21 int BIO_get_retry_reason(BIO *bio);
57 BIO_get_retry_reason() returns the reason for a special condition if
127 BIO_get_retry_reason() returns the reason for a special condition.
135 The BIO_get_retry_reason() and BIO_set_retry_reason() functions were added in
/freebsd-12-stable/crypto/openssl/ssl/
Dbio_ssl.c358 BIO_set_retry_reason(b, BIO_get_retry_reason(next)); in ssl_ctrl()
Dssl_lib.c3653 reason = BIO_get_retry_reason(bio); in SSL_get_error()
3674 reason = BIO_get_retry_reason(bio); in SSL_get_error()
/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbio_lib.c638 int BIO_get_retry_reason(BIO *bio) in BIO_get_retry_reason() function
/freebsd-12-stable/crypto/openssl/apps/
Ds_server.c3086 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { in www_body()
3457 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { in rev_body()
3486 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { in rev_body()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dbio.h577 int BIO_get_retry_reason(BIO *bio);
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map311 BIO_get_retry_reason;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile781 MLINKS+= BIO_should_retry.3 BIO_get_retry_reason.3