Searched refs:SSL_get_fd (Results 1 – 7 of 7) sorted by relevance
202 SSL_get_fd
1754 '#define SSL_get_fd GRPC_SHADOW_SSL_get_fd',
291 OPENSSL_EXPORT int SSL_get_fd(const SSL *ssl);
1569 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); } in SSL_get_fd() function
1841 EXPECT_EQ(rfd, SSL_get_fd(ssl)); in ExpectFDs()
230 #define SSL_get_fd GRPC_SHADOW_SSL_get_fd macro
8572 int fd = SSL_get_fd(ssl); in NativeCrypto_SSL_shutdown()