Searched refs:SSL_set_wfd (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 13 int SSL_set_wfd(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 13 int SSL_set_wfd(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 | 368 SSL_set_wfd;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 479 SSL_set_wfd;
|
/netbsd-src/libexec/httpd/ |
H A D | ssl-bozo.c | 313 SSL_set_wfd(sslinfo->bozossl, 1); in bozo_ssl_accept()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 93 SSL_set_wfd 94 1_1_0 EXIST::FUNCTION:SOCK
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 93 SSL_set_wfd 94 3_0_0 EXIST::FUNCTION:SOCK
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 681 =item int B<SSL_set_wfd>(SSL *ssl, int fd);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1551 __owur int SSL_set_wfd(SSL *s, int fd);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 1369 int SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1340 SSL_F_SSL_SET_WFD:196:SSL_set_wfd
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1571 __owur int SSL_set_wfd(SSL *s, int fd);
|