Searched refs:BIO_set_retry_reason (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/ssl/ |
D | bio_ssl.c | 156 BIO_set_retry_reason(b, retry_reason); in ssl_read() 218 BIO_set_retry_reason(b, retry_reason); in ssl_write() 346 BIO_set_retry_reason(b, 0); in ssl_ctrl() 358 BIO_set_retry_reason(b, BIO_get_retry_reason(next)); in ssl_ctrl() 362 BIO_set_retry_reason(b, BIO_RR_SSL_X509_LOOKUP); in ssl_ctrl()
|
/third_party/openssl/doc/man3/ |
D | BIO_should_retry.pod | 7 BIO_get_retry_BIO, BIO_get_retry_reason, BIO_set_retry_reason - BIO retry 22 void BIO_set_retry_reason(BIO *bio, int reason); 60 BIO_set_retry_reason() sets the retry reason for a special condition for a given 135 The BIO_get_retry_reason() and BIO_set_retry_reason() functions were added in
|
/third_party/openssl/crypto/bio/ |
D | bio_lib.c | 710 void BIO_set_retry_reason(BIO *bio, int reason) in BIO_set_retry_reason() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bio.h | 578 void BIO_set_retry_reason(BIO *bio, int reason);
|
/third_party/openssl/include/openssl/ |
D | bio.h.in | 638 void BIO_set_retry_reason(BIO *bio, int reason);
|
/third_party/openssl/util/ |
D | libcrypto.num | 3866 BIO_set_retry_reason 3953 3_0_0 EXIST::FUNCTION:
|