Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_set_fd.pod13 int SSL_set_wfd(SSL *ssl, int fd);
29 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
H A Dssl.pod609 =item int B<SSL_set_wfd>(SSL *ssl, int fd);
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl.h1241 int SSL_set_wfd(SSL *s, int fd);
H A Dssl_lib.c584 int SSL_set_wfd(SSL *s,int fd) in SSL_set_wfd() function
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c1881 SSL_set_wfd(srv_ssl, wfd) <= 0)
H A Ddeliver.c6164 (result = SSL_set_wfd(clt_ssl, wfd)) != 1)