Home
last modified time | relevance | path

Searched refs:BIO_get_fd (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/bio/
Dfd.c268 int BIO_get_fd(BIO *bio, int *out_fd) { in BIO_get_fd() function
/external/boringssl/src/include/openssl/
Dbio.h451 OPENSSL_EXPORT int BIO_get_fd(BIO *bio, int *out_fd);
/external/boringssl/src/ssl/
Dssl_lib.c608 BIO_get_fd(r, &ret); in SSL_get_rfd()
620 BIO_get_fd(r, &ret); in SSL_get_wfd()
649 (int)BIO_get_fd(s->rbio, NULL) != fd) { in SSL_set_wfd()
673 (int)BIO_get_fd(s->wbio, NULL) != fd) { in SSL_set_rfd()