Searched refs:SSL_get0_next_proto_negotiated (Results 1 – 5 of 5) sorted by relevance
178 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
777 SSL_get0_next_proto_negotiated(ssl.get(), &next_proto, &next_proto_len); in DoExchange()
1186 OPENSSL_EXPORT void SSL_get0_next_proto_negotiated(const SSL *s,
1489 void SSL_get0_next_proto_negotiated(const SSL *s, const uint8_t **data, in SSL_get0_next_proto_negotiated() function
9076 SSL_get0_next_proto_negotiated(ssl, reinterpret_cast<const unsigned char**>(&npn), &npnLength);