Searched refs:BIO_get_retry_reason (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/include/openssl/
H A Dbio.h178 * |BIO_get_retry_reason|. */
197 /* BIO_get_retry_reason returns the special I/O operation that needs to be
199 OPENSSL_EXPORT int BIO_get_retry_reason(const BIO *bio);
/external/boringssl/src/crypto/bio/
H A Dbio.c284 int BIO_get_retry_reason(const BIO *bio) { return bio->retry_reason; } function
/external/boringssl/src/include/openssl/
H A Dbio.h178 * |BIO_get_retry_reason|. */
197 /* BIO_get_retry_reason returns the special I/O operation that needs to be
199 OPENSSL_EXPORT int BIO_get_retry_reason(const BIO *bio);
/external/boringssl/src/ssl/
H A Dssl_lib.c749 reason = BIO_get_retry_reason(bio);
774 reason = BIO_get_retry_reason(bio);

Completed in 87 milliseconds