Home
last modified time | relevance | path

Searched refs:SSL_get_wfd (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_fd.pod5 SSL_get_fd, SSL_get_rfd, SSL_get_wfd - get file descriptor linked to an SSL object
13 int SSL_get_wfd(const SSL *ssl);
18 SSL_get_rfd() and SSL_get_wfd() return the file descriptors for the
/freebsd/contrib/sendmail/src/
H A Dsfsasl.c746 wfd = SSL_get_wfd(so->con);
871 wfd = SSL_get_wfd(so->con);
/freebsd/secure/lib/libssl/
H A DVersion.map299 SSL_get_wfd;
/freebsd/crypto/openssl/util/
H A Dlibssl.num193 SSL_get_wfd 194 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1695 int SSL_get_wfd(const SSL *s) in SSL_get_wfd() function
2659 ret = ktls_sendfile(SSL_get_wfd(s), fd, offset, size, flags); in SSL_sendfile()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md608 | `SSL_get_wfd` | NDP | ��U | ��A | ��NC | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1651 __owur int SSL_get_wfd(const SSL *s);
H A Dssl.h.in1604 __owur int SSL_get_wfd(const SSL *s);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4169 MLINKS+= SSL_get_fd.3 SSL_get_wfd.3