Searched refs:SSL_set_rfd (Results 1 – 12 of 12) sorted by relevance
| /src/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 12 int SSL_set_rfd(SSL *ssl, int fd); 33 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
|
| /src/secure/lib/libssl/ |
| H A D | Version.map | 350 SSL_set_rfd;
|
| /src/crypto/openssl/util/ |
| H A D | libssl.num | 106 SSL_set_rfd 107 3_0_0 EXIST::FUNCTION:SOCK
|
| /src/crypto/openssl/test/ |
| H A D | quicapitest.c | 860 if (!TEST_true(SSL_set_rfd(ssl, fd))) in test_quic_set_fd()
|
| /src/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
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api-ssl-funcs.md | 610 | `SSL_set_rfd` | NDP | C | A | QSI | Done …
|
| /src/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1666 __owur int SSL_set_rfd(SSL *s, int fd);
|
| H A D | ssl.h.in | 1619 __owur int SSL_set_rfd(SSL *s, int fd);
|
| /src/contrib/sendmail/src/ |
| H A D | srvrsmtp.c | 2395 SSL_set_rfd(srv_ssl, rfd) <= 0 ||
|
| H A D | deliver.c | 7687 (result = SSL_set_rfd(clt_ssl, rfd)) != 1 ||
|
| /src/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 1761 int SSL_set_rfd(SSL *s, int fd) in SSL_set_rfd() function
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 4598 MLINKS+= SSL_set_fd.3 SSL_set_rfd.3
|