Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dbssl_shim.cc475 unsigned next_proto_len; in CheckHandshakeProperties() local
476 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()
/external/boringssl/src/tool/
Dtransport_common.cc298 unsigned next_proto_len; in PrintConnectionInfo() local
299 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()