Searched refs:SSL_get0_next_proto_negotiated (Results 1 – 5 of 5) sorted by relevance
185 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
1010 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in CheckHandshakeProperties()
2267 OPENSSL_EXPORT void SSL_get0_next_proto_negotiated(const SSL *ssl,
1575 void SSL_get0_next_proto_negotiated(const SSL *ssl, const uint8_t **out_data, in SSL_get0_next_proto_negotiated() function
9217 SSL_get0_next_proto_negotiated(ssl, reinterpret_cast<const unsigned char**>(&npn), &npnLength);