Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_fd.pod5 BIO_s_fd, BIO_set_fd, BIO_get_fd, BIO_new_fd - file descriptor BIO
14 int BIO_get_fd(BIO *b, int *c);
41 BIO_get_fd() places the file descriptor of BIO B<b> in B<c> if it is not NULL.
57 BIO_set_fd() and BIO_get_fd() are implemented as macros.
65 BIO_get_fd() returns the file descriptor or -1 if the BIO has not
H A DBIO_s_accept.pod62 BIO_get_fd() and BIO_set_fd() can be called to retrieve or set
/freebsd/crypto/openssl/apps/lib/
H A Dhttp_server.c243 BIO_get_fd(acbio, &asock); in http_server_init_bio()
319 (void)BIO_get_fd(cbio, &acfd); in http_server_get_asn1_req()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c1238 fd = BIO_get_fd(bio, NULL); in be_openssl_destruct()
1452 have_fd = BIO_get_fd(bio, NULL); in bufferevent_openssl_socket_new()
/freebsd/contrib/libevent/
H A Dbufferevent_openssl.c1238 fd = BIO_get_fd(bio, NULL); in be_openssl_destruct()
1452 have_fd = BIO_get_fd(bio, NULL); in bufferevent_openssl_socket_new()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c872 if (BIO_get_fd(bio, &fd) > 0) { in bio_wait()
/freebsd/crypto/openssl/util/
H A Dother.syms180 BIO_get_fd define
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1379 BIO_get_fd(r, &ret); in SSL_get_rfd()
1391 BIO_get_fd(r, &ret); in SSL_get_wfd()
1428 || (int)BIO_get_fd(rbio, NULL) != fd) { in SSL_set_wfd()
1458 || ((int)BIO_get_fd(wbio, NULL) != fd)) { in SSL_set_rfd()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h488 # define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)(c)) macro
H A Dbio.h.in465 # define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)(c)) macro
/freebsd/crypto/openssl/apps/
H A Ds_server.c2870 BIO_get_fd(wbio, &fd); in init_ssl_connection()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile814 MLINKS+= BIO_s_fd.3 BIO_get_fd.3