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

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio.c286 int BIO_get_retry_reason(const BIO *bio) { return bio->retry_reason; } function
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h176 * |BIO_get_retry_reason|. */
195 /* BIO_get_retry_reason returns the special I/O operation that needs to be
197 OPENSSL_EXPORT int BIO_get_retry_reason(const BIO *bio);
/external/openssl/crypto/bio/
H A Dbio_lib.c472 int BIO_get_retry_reason(BIO *bio) function
H A Dbio.h262 * Given a BIO, BIO_get_retry_reason(bio) will return the code. */
659 int BIO_get_retry_reason(BIO *bio);
/external/openssl/include/openssl/
H A Dbio.h262 * Given a BIO, BIO_get_retry_reason(bio) will return the code. */
659 int BIO_get_retry_reason(BIO *bio);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_lib.c2472 reason=BIO_get_retry_reason(bio);
2492 reason=BIO_get_retry_reason(bio);
/external/openssl/ssl/
H A Dssl_lib.c2682 reason=BIO_get_retry_reason(bio);
2702 reason=BIO_get_retry_reason(bio);

Completed in 320 milliseconds