Searched refs:next_proto_len (Results 1 – 2 of 2) sorted by relevance
475 unsigned next_proto_len; in CheckHandshakeProperties() local476 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in CheckHandshakeProperties()477 if (next_proto_len != config->expected_next_proto.size() || in CheckHandshakeProperties()479 next_proto_len) != 0) { in CheckHandshakeProperties()
298 unsigned next_proto_len; in PrintConnectionInfo() local299 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()300 BIO_printf(bio, " Next protocol negotiated: %.*s\n", next_proto_len, in PrintConnectionInfo()