Searched refs:BIO_set_fd (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/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 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 D | BIO_s_datagram.pod | 205 sets the BIO to use the socket given in I<fd> by calling BIO_set_fd().
|
H A D | BIO_s_accept.pod | 62 BIO_get_fd() and BIO_set_fd() can be called to retrieve or set
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_fd.c | 86 BIO_set_fd(ret, fd, close_flag); in BIO_new_fd()
|
H A D | bss_sock.c | 65 BIO_set_fd(ret, fd, close_flag); in BIO_new_socket()
|
H A D | bss_dgram.c | 151 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 D | other.syms | 213 BIO_set_fd define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 487 # define BIO_set_fd(b,fd,c) BIO_int_ctrl(b,BIO_C_SET_FD,c,fd) macro
|
H A D | bio.h.in | 464 # define BIO_set_fd(b,fd,c) BIO_int_ctrl(b,BIO_C_SET_FD,c,fd) macro
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 1407 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 D | Makefile | 912 MLINKS+= BIO_s_fd.3 BIO_set_fd.3
|