Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
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
DBIO_s_accept.pod62 BIO_get_fd() and BIO_set_fd() can be called to retrieve or set
/third_party/openssl/util/
Dprivate.num116 BIO_get_fd define
/third_party/openssl/apps/
Docsp.c1384 (void) BIO_get_fd(cbio, &acfd); in do_responder()
1517 if (BIO_get_fd(cbio, &fd) < 0) { in query_responder()
Ds_server.c2772 BIO_get_fd(wbio, &fd); in init_ssl_connection()
/third_party/openssl/include/openssl/
Dbio.h413 # define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)(c)) macro
/third_party/openssl/ssl/
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()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h779 #define BIO_get_fd BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_get_fd) macro