Home
last modified time | relevance | path

Searched refs:BIO_set_fd (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DBIO_s_fd.pod5 BIO_s_fd, BIO_set_fd, BIO_get_fd, BIO_new_fd - file descriptor BIO
13 int BIO_set_fd(BIO *b, int fd, int c);
38 BIO_set_fd() sets the file descriptor of BIO B<b> to B<fd> and the close
57 BIO_set_fd() and BIO_get_fd() are implemented as macros.
63 BIO_set_fd() always returns 1.
DBIO_s_accept.pod62 BIO_get_fd() and BIO_set_fd() can be called to retrieve or set
/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbss_sock.c66 BIO_set_fd(ret, fd, close_flag); in BIO_new_socket()
Dbss_fd.c88 BIO_set_fd(ret, fd, close_flag); in BIO_new_fd()
Dbss_dgram.c153 BIO_set_fd(ret, fd, close_flag); in BIO_new_dgram()
839 BIO_set_fd(bio, fd, close_flag); in BIO_new_dgram_sctp()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dbio.h412 # define BIO_set_fd(b,fd,c) BIO_int_ctrl(b,BIO_C_SET_FD,c,fd) macro
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_lib.c1362 BIO_set_fd(bio, fd, BIO_NOCLOSE); in SSL_set_fd()
1381 BIO_set_fd(bio, fd, BIO_NOCLOSE); in SSL_set_wfd()
1402 BIO_set_fd(bio, fd, BIO_NOCLOSE); in SSL_set_rfd()
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile756 MLINKS+= BIO_s_fd.3 BIO_set_fd.3