Searched refs:BIO_new_fd (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_s_fd.pod | 5 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/ |
D | bss_fd.c | 19 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/ |
D | bio.h | 719 BIO *BIO_new_fd(int fd, int close_flag);
|
/third_party/openssl/apps/ |
D | apps.c | 419 pwdbio = BIO_new_fd(i, BIO_NOCLOSE); in app_get_pass()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 806 #define BIO_new_fd BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_new_fd) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 2821 BIO_new_fd 2779 1_1_0 EXIST::FUNCTION:
|