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

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dfd.c120 BIO *BIO_new_fd(int fd, int close_flag) { function
/external/openssl/crypto/bio/
H A Dbss_fd.c111 BIO *BIO_new_fd(int fd,int close_flag) function
H A Dbio.h743 BIO *BIO_new_fd(int fd, int close_flag);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h425 /* BIO_new_fd creates a new file descriptor BIO wrapping |fd|. If |close_flag|
427 OPENSSL_EXPORT BIO *BIO_new_fd(int fd, int close_flag);
/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dbssl_shim.cc375 BIO *bio = BIO_new_fd(fd, 1 /* take ownership */);
/external/openssl/include/openssl/
H A Dbio.h743 BIO *BIO_new_fd(int fd, int close_flag);

Completed in 1474 milliseconds