Searched refs:BIO_should_retry (Results 1 – 8 of 8) sorted by relevance
190 if (BIO_should_retry(b)) { in read_x509()
184 OPENSSL_EXPORT int BIO_should_retry(const BIO *bio);
180 OPENSSL_EXPORT int BIO_should_retry(const BIO *bio);
263 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro