Searched refs:BIO_get_fd (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_s_fd.pod | 5 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
|
D | BIO_s_connect.pod | 56 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
|
D | BIO_s_accept.pod | 62 BIO_get_fd() and BIO_set_fd() can be called to retrieve or set
|
/third_party/openssl/util/ |
D | private.num | 116 BIO_get_fd define
|
/third_party/openssl/apps/ |
D | ocsp.c | 1384 (void) BIO_get_fd(cbio, &acfd); in do_responder() 1517 if (BIO_get_fd(cbio, &fd) < 0) { in query_responder()
|
D | s_server.c | 2772 BIO_get_fd(wbio, &fd); in init_ssl_connection()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 413 # define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)(c)) macro
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 1334 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/ |
D | boringssl_prefix_symbols.h | 779 #define BIO_get_fd BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_get_fd) macro
|