Home
last modified time | relevance | path

Searched refs:SSL_get_fd (Results 1 – 11 of 11) 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
11 int SSL_get_fd(const SSL *ssl);
17 SSL_get_fd() returns the file descriptor which is linked to B<ssl>.
20 write channel are different, SSL_get_fd() will return the file descriptor
H A DSSL_set_fd.pod61 L<SSL_get_fd(3)>, L<SSL_set_bio(3)>,
/freebsd-13.1/crypto/openssl/apps/
H A Ds_time.c238 BIO_closesocket(SSL_get_fd(scon)); in s_time_main()
292 BIO_closesocket(SSL_get_fd(scon)); in s_time_main()
319 BIO_closesocket(SSL_get_fd(scon)); in s_time_main()
398 fd = SSL_get_fd(serverCon); in doConnection()
H A Ds_client.c2173 if (fileno_stdin() > SSL_get_fd(con)) in s_client_main()
2176 width = SSL_get_fd(con) + 1; in s_client_main()
2425 width = SSL_get_fd(con) + 1; in s_client_main()
2431 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()
2810 BIO_closesocket(SSL_get_fd(con)); in s_client_main()
2834 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()
2836 openssl_fdset(SSL_get_fd(con), &writefds); in s_client_main()
2840 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()
3127 shutdown(SSL_get_fd(con), 1); /* SHUT_WR */ in s_client_main()
3141 BIO_closesocket(SSL_get_fd(con)); in s_client_main()
[all …]
/freebsd-13.1/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c192 sendfd = SSL_get_fd(sendssl); in tcp_recv_ssl_send()
232 recvfd = SSL_get_fd(recvssl); in ssl_recv_tcp_send()
272 tcpfd = SSL_get_fd(tcpssl); in tls_loop()
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map263 SSL_get_fd;
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dssl.pod553 =item int B<SSL_get_fd>(const SSL *ssl);
795 L<SSL_get_fd(3)>,
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile381 MAN+= SSL_get_fd.3
2783 MLINKS+= SSL_get_fd.3 SSL_get_rfd.3
2784 MLINKS+= SSL_get_fd.3 SSL_get_wfd.3
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1532 __owur int SSL_get_fd(const SSL *s);
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c1325 int SSL_get_fd(const SSL *s) in SSL_get_fd() function
/freebsd-13.1/
H A DObsoleteFiles.inc11857 OLD_FILES+=usr/share/man/man3/SSL_get_fd.3.gz