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.h436 OPENSSL_EXPORT const BIO_METHOD *BIO_s_fd(void);
/external/boringssl/src/ssl/
Dssl_lib.c1000 BIO *bio = BIO_new(BIO_s_fd()); in SSL_set_fd()
1014 BIO *bio = BIO_new(BIO_s_fd()); in SSL_set_wfd()
1031 BIO *bio = BIO_new(BIO_s_fd()); in SSL_set_rfd()