Home
last modified time | relevance | path

Searched refs:BIO_get_fd (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c646 BIO_get_fd(r, &ret); in SSL_get_rfd()
659 BIO_get_fd(r, &ret); in SSL_get_wfd()
689 || ((int)BIO_get_fd(s->rbio, NULL) != fd)) { in SSL_set_wfd()
712 || ((int)BIO_get_fd(s->wbio, NULL) != fd)) { in SSL_set_rfd()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h431 #define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c) macro
/dragonfly/crypto/libressl/apps/openssl/
H A Docsp.c1431 if (BIO_get_fd(cbio, &fd) < 0) { in query_responder()