Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dfd.c125 BIO *ret = BIO_new(BIO_s_fd()); in BIO_new_fd()
262 const BIO_METHOD *BIO_s_fd(void) { return &methods_fdp; } in BIO_s_fd() function
/external/boringssl/src/include/openssl/
Dbio.h438 OPENSSL_EXPORT const BIO_METHOD *BIO_s_fd(void);
/external/boringssl/src/ssl/
Dssl_lib.c630 bio = BIO_new(BIO_s_fd()); in SSL_set_fd()
650 bio = BIO_new(BIO_s_fd()); in SSL_set_wfd()
674 bio = BIO_new(BIO_s_fd()); in SSL_set_rfd()