Searched refs:SSL_set_rfd (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_set_fd.pod | 5 SSL_set_fd, SSL_set_rfd, SSL_set_wfd - connect the SSL object with a file descriptor 12 int SSL_set_rfd(SSL *ssl, int fd); 29 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_set_fd.pod | 5 SSL_set_fd, SSL_set_rfd, SSL_set_wfd - connect the SSL object with a file descriptor 12 int SSL_set_rfd(SSL *ssl, int fd); 29 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 350 SSL_set_rfd;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 460 SSL_set_rfd;
|
/netbsd-src/libexec/httpd/ |
H A D | ssl-bozo.c | 312 SSL_set_rfd(sslinfo->bozossl, 0); in bozo_ssl_accept()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 106 SSL_set_rfd 107 1_1_0 EXIST::FUNCTION:SOCK
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 106 SSL_set_rfd 107 3_0_0 EXIST::FUNCTION:SOCK
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 665 =item int B<SSL_set_rfd>(SSL *ssl, int fd);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1550 __owur int SSL_set_rfd(SSL *s, int fd);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 1390 int SSL_set_rfd(SSL *s, int fd) in SSL_set_rfd() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1335 SSL_F_SSL_SET_RFD:194:SSL_set_rfd
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1570 __owur int SSL_set_rfd(SSL *s, int fd);
|