Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A 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
/openssl/ssl/
H A Dbio_ssl.c365 BIO_set_retry_reason(b, BIO_get_retry_reason(next)); in ssl_ctrl()
H A Dssl_lib.c4797 reason = BIO_get_retry_reason(bio); in ossl_ssl_get_error()
4821 reason = BIO_get_retry_reason(bio); in ossl_ssl_get_error()
/openssl/crypto/bio/
H A Dbio_lib.c802 int BIO_get_retry_reason(BIO *bio) in BIO_get_retry_reason() function
/openssl/apps/
H A Ds_server.c3302 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { in www_body()
3721 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { in rev_body()
3744 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { in rev_body()
/openssl/include/openssl/
H A Dbio.h.in276 * and the offending BIO. Given a BIO, BIO_get_retry_reason(bio) will return
740 int BIO_get_retry_reason(BIO *bio);
/openssl/util/
H A Dlibcrypto.num3158 BIO_get_retry_reason 3226 3_0_0 EXIST::FUNCTION:

Completed in 58 milliseconds