Home
last modified time | relevance | path

Searched defs:SSL_get_fd (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c713 int SSL_get_fd(const SSL *ssl) in SSL_get_fd() function
/external/boringssl/src/ssl/
Dssl_lib.cc1578 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); } in SSL_get_fd() function
/external/cronet/third_party/boringssl/src/ssl/
Dssl_lib.cc1580 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); } in SSL_get_fd() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_lib.cc1548 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); } in SSL_get_fd() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h230 #define SSL_get_fd GRPC_SHADOW_SSL_get_fd macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h339 #define SSL_get_fd BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_fd) macro