Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A 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() returns 1 on success or <=0 for failure.
H A DBIO_s_datagram.pod205 sets the BIO to use the socket given in I<fd> by calling BIO_set_fd().
H A DBIO_s_accept.pod62 BIO_get_fd() and BIO_set_fd() can be called to retrieve or set
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_fd.c86 BIO_set_fd(ret, fd, close_flag); in BIO_new_fd()
H A Dbss_sock.c65 BIO_set_fd(ret, fd, close_flag); in BIO_new_socket()
H A Dbss_dgram.c151 BIO_set_fd(ret, fd, close_flag); in BIO_new_dgram()
819 BIO_set_fd(bio, fd, close_flag); in BIO_new_dgram_sctp()
/freebsd/crypto/openssl/util/
H A Dother.syms213 BIO_set_fd define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h487 # define BIO_set_fd(b,fd,c) BIO_int_ctrl(b,BIO_C_SET_FD,c,fd) macro
H A Dbio.h.in464 # define BIO_set_fd(b,fd,c) BIO_int_ctrl(b,BIO_C_SET_FD,c,fd) macro
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1407 BIO_set_fd(bio, fd, BIO_NOCLOSE); in SSL_set_fd()
1435 BIO_set_fd(bio, fd, BIO_NOCLOSE); in SSL_set_wfd()
1465 BIO_set_fd(bio, fd, BIO_NOCLOSE); in SSL_set_rfd()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile912 MLINKS+= BIO_s_fd.3 BIO_set_fd.3