Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/sendmail/src/
H A Dsfsasl.c754 wfd = SSL_get_wfd(so->con);
879 wfd = SSL_get_wfd(so->con);
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map301 SSL_get_wfd;
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c1342 int SSL_get_wfd(const SSL *s) in SSL_get_wfd() function
2035 ret = ktls_sendfile(SSL_get_wfd(s), fd, offset, size, flags); in SSL_sendfile()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1534 __owur int SSL_get_wfd(const SSL *s);
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2784 MLINKS+= SSL_get_fd.3 SSL_get_wfd.3