Searched refs:BIO_s_fd (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dfd.c121 BIO *ret = BIO_new(BIO_s_fd());
258 const BIO_METHOD *BIO_s_fd(void) { return &methods_fdp; } function
/external/openssl/crypto/bio/
H A Dbss_fd.c67 * BIO_s_fd here...
106 BIO_METHOD *BIO_s_fd(void) function
114 ret=BIO_new(BIO_s_fd());
H A Dbio.h675 BIO_METHOD *BIO_s_fd(void);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h422 /* BIO_s_fd returns a |BIO_METHOD| for file descriptor fds. */
423 OPENSSL_EXPORT const BIO_METHOD *BIO_s_fd(void);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_lib.c767 bio=BIO_new(BIO_s_fd());
789 bio=BIO_new(BIO_s_fd());
814 bio=BIO_new(BIO_s_fd());
/external/openssl/include/openssl/
H A Dbio.h675 BIO_METHOD *BIO_s_fd(void);

Completed in 1504 milliseconds