Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A 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);
/openssl/crypto/bio/
H A Dbss_fd.c19 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 DBIO_f_md.c49 input = BIO_new_fd(fileno(stdin), 1); in main()
H A DEVP_MD_stdin.c127 BIO *input = BIO_new_fd(fileno(stdin), 1); in main()
/openssl/include/openssl/
H A Dbio.h.in892 BIO *BIO_new_fd(int fd, int close_flag);
/openssl/apps/lib/
H A Dapps.c289 pwdbio = BIO_new_fd(i, BIO_NOCLOSE); in app_get_pass()
/openssl/util/
H A Dlibcrypto.num2719 BIO_new_fd 2779 3_0_0 EXIST::FUNCTION:

Completed in 72 milliseconds