Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBIO_s_fd.pod5 BIO_s_fd, BIO_set_fd, BIO_get_fd, BIO_new_fd - file descriptor BIO
16 BIO *BIO_new_fd(int fd, int close_flag);
44 BIO_new_fd() returns a file descriptor BIO using B<fd> and B<close_flag>.
68 BIO_new_fd() returns the newly allocated BIO or NULL is an error
77 out = BIO_new_fd(fileno(stdout), BIO_NOCLOSE);
/third_party/openssl/crypto/bio/
Dbss_fd.c19 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd() function
82 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd() function
/third_party/openssl/include/openssl/
Dbio.h719 BIO *BIO_new_fd(int fd, int close_flag);
/third_party/openssl/apps/
Dapps.c419 pwdbio = BIO_new_fd(i, BIO_NOCLOSE); in app_get_pass()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h806 #define BIO_new_fd BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_new_fd) macro
/third_party/openssl/util/
Dlibcrypto.num2821 BIO_new_fd 2779 1_1_0 EXIST::FUNCTION: