Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/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 in B<c> if it is not NULL, it also
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_connect.pod56 BIO_get_fd() places the underlying socket in B<c> if it is not NULL,
142 BIO_get_fd() returns the socket 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
/netbsd/crypto/external/bsd/openssl/dist/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
/netbsd/crypto/external/bsd/openssl/dist/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()
/netbsd/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c1241 fd = BIO_get_fd(bio, NULL); in be_openssl_destruct()
1455 have_fd = BIO_get_fd(bio, NULL); in bufferevent_openssl_socket_new()
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Dbufferevent_openssl.c1222 fd = BIO_get_fd(bio, NULL); in be_openssl_destruct()
1439 have_fd = BIO_get_fd(bio, NULL); in bufferevent_openssl_socket_new()
/netbsd/crypto/external/bsd/openssl.old/dist/util/
H A Dprivate.num116 BIO_get_fd define
/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Docsp.c1384 (void) BIO_get_fd(cbio, &acfd); in do_responder()
1517 if (BIO_get_fd(cbio, &fd) < 0) { in query_responder()
H A Ds_server.c2811 BIO_get_fd(wbio, &fd); in init_ssl_connection()
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dother.syms179 BIO_get_fd define
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_lib.c872 if (BIO_get_fd(bio, &fd) > 0 && fd < FD_SETSIZE) in bio_wait()
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbio.h413 # define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)(c)) macro
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c1334 BIO_get_fd(r, &ret); in SSL_get_rfd()
1346 BIO_get_fd(r, &ret); in SSL_get_wfd()
1374 || (int)BIO_get_fd(rbio, NULL) != fd) { in SSL_set_wfd()
1395 || ((int)BIO_get_fd(wbio, NULL) != fd)) { in SSL_set_rfd()
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_lib.c1360 BIO_get_fd(r, &ret); in SSL_get_rfd()
1372 BIO_get_fd(r, &ret); in SSL_get_wfd()
1409 || (int)BIO_get_fd(rbio, NULL) != fd) { in SSL_set_wfd()
1439 || ((int)BIO_get_fd(wbio, NULL) != fd)) { in SSL_set_rfd()
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbio.h.in465 # define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)(c)) macro
/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2865 BIO_get_fd(wbio, &fd); in init_ssl_connection()