Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_get_fd.pod13 int SSL_get_wfd(const SSL *ssl);
18 SSL_get_rfd() and SSL_get_wfd() return the file descriptors for the
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c746 wfd = SSL_get_wfd(so->con);
857 wfd = SSL_get_wfd(so->con);
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl.h1233 int SSL_get_wfd(const SSL *s);
H A Dssl_lib.c552 int SSL_get_wfd(const SSL *s) in SSL_get_wfd() function