Home
last modified time | relevance | path

Searched refs:next_proto_len (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/tool/
Dtransport_common.cc268 unsigned next_proto_len; in PrintConnectionInfo() local
269 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()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1423 unsigned next_proto_len; in CheckHandshakeProperties() local
1424 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()