Searched refs:alpn_proto (Results 1 – 1 of 1) sorted by relevance
1581 const uint8_t *alpn_proto; in CheckHandshakeProperties() local1583 SSL_get0_alpn_selected(ssl, &alpn_proto, &alpn_proto_len); in CheckHandshakeProperties()1585 OPENSSL_memcmp(alpn_proto, config->expected_alpn.data(), in CheckHandshakeProperties()