Searched refs:BIO_get_fd (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c1220 fd = BIO_get_fd(bio, NULL);
1437 have_fd = BIO_get_fd(bio, NULL);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_lib.c715 BIO_get_fd(r, &ret);
727 BIO_get_fd(r, &ret);
756 || ((int)BIO_get_fd(s->rbio, NULL) != fd)) {
778 || ((int)BIO_get_fd(s->wbio, NULL) != fd)) {
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio.h521 # define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c) macro
/freebsd-11-stable/crypto/openssl/apps/
H A Docsp.c1263 if (BIO_get_fd(cbio, &fd) < 0) {
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man317 MLINKS+= BIO_s_fd.3 BIO_get_fd.3

Completed in 159 milliseconds