Home
last modified time | relevance | path

Searched defs:SSL_get_fd (Results 1 – 5 of 5) 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.cc1550 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.cc1607 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