Searched refs:BIO_new_fd (Results 1 – 7 of 7) sorted by relevance
/openssl/doc/man3/ |
H A 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);
|
/openssl/crypto/bio/ |
H A D | bss_fd.c | 19 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd() function 80 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd() function
|
/openssl/demos/digest/ |
H A D | BIO_f_md.c | 49 input = BIO_new_fd(fileno(stdin), 1); in main()
|
H A D | EVP_MD_stdin.c | 127 BIO *input = BIO_new_fd(fileno(stdin), 1); in main()
|
/openssl/include/openssl/ |
H A D | bio.h.in | 892 BIO *BIO_new_fd(int fd, int close_flag);
|
/openssl/apps/lib/ |
H A D | apps.c | 289 pwdbio = BIO_new_fd(i, BIO_NOCLOSE); in app_get_pass()
|
/openssl/util/ |
H A D | libcrypto.num | 2719 BIO_new_fd 2779 3_0_0 EXIST::FUNCTION:
|
Completed in 72 milliseconds