Searched refs:next_proto_len (Results 1 – 2 of 2) sorted by relevance
268 unsigned next_proto_len; in PrintConnectionInfo() local269 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()270 fprintf(stderr, " Next protocol negotiated: %.*s\n", next_proto_len, in PrintConnectionInfo()
1423 unsigned next_proto_len; in CheckHandshakeProperties() local1424 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in CheckHandshakeProperties()1425 if (next_proto_len != config->expected_next_proto.size() || in CheckHandshakeProperties()1427 next_proto_len) != 0) { in CheckHandshakeProperties()