Home
last modified time | relevance | path

Searched refs:SSL_get_fd (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
H A Ds_client.c1385 shutdown(SSL_get_fd(con), SHUT_RD); in s_client_main()
1386 close(SSL_get_fd(con)); in s_client_main()
1408 pfd[2].fd = SSL_get_fd(con); in s_client_main()
1645 shutdown(SSL_get_fd(con), SHUT_RD); in s_client_main()
1646 close(SSL_get_fd(con)); in s_client_main()
1793 sock = SSL_get_fd(s); in print_stuff()
H A Ds_time.c360 pfd[0].fd = SSL_get_fd(scon); in run_test()
/dragonfly/crypto/libressl/
H A DREADME.DELETED545 man/SSL_get_fd.3
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h1154 int SSL_get_fd(const SSL *s);
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c632 SSL_get_fd(const SSL *s) in SSL_get_fd() function