Searched refs:SSL_set_wfd (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/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); 33 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 368 SSL_set_wfd;
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 93 SSL_set_wfd 94 3_0_0 EXIST::FUNCTION:SOCK
|
/freebsd/crypto/openssl/test/ |
H A D | quicapitest.c | 948 if (!TEST_true(SSL_set_wfd(ssl, fd))) in test_quic_set_fd()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-quic.pod | 166 L<SSL_set_fd(3)>, L<SSL_set_rfd(3)> and L<SSL_set_wfd(3)> traditionally
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 611 | `SSL_set_wfd` | NDP | C | A | QSI | Done …
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1660 __owur int SSL_set_wfd(SSL *s, int fd);
|
H A D | ssl.h.in | 1613 __owur int SSL_set_wfd(SSL *s, int fd);
|
/freebsd/contrib/sendmail/src/ |
H A D | srvrsmtp.c | 2396 SSL_set_wfd(srv_ssl, wfd) <= 0)
|
H A D | deliver.c | 7688 (result = SSL_set_wfd(clt_ssl, wfd)) != 1)
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 1750 int SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd() function
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4596 MLINKS+= SSL_set_fd.3 SSL_set_wfd.3
|