Searched defs:SSL_get_fd (Results 1 – 5 of 5) sorted by relevance
713 int SSL_get_fd(const SSL *ssl) in SSL_get_fd() function
1550 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); } in SSL_get_fd() function
1607 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); } in SSL_get_fd() function
230 #define SSL_get_fd GRPC_SHADOW_SSL_get_fd macro
339 #define SSL_get_fd BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_fd) macro