Searched defs:SSL_get_fd (Results 1 – 6 of 6) sorted by relevance
713 int SSL_get_fd(const SSL *ssl) in SSL_get_fd() function
1578 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); } in SSL_get_fd() function
1580 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); } in SSL_get_fd() function
1548 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