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.cc177 unsigned next_proto_len; in PrintConnectionInfo() local
178 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
179 fprintf(stderr, " Next protocol negotiated: %.*s\n", next_proto_len, in PrintConnectionInfo()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc776 unsigned next_proto_len; in DoExchange() local
777 SSL_get0_next_proto_negotiated(ssl.get(), &next_proto, &next_proto_len); in DoExchange()
778 if (next_proto_len != config->expected_next_proto.size() || in DoExchange()
780 next_proto_len) != 0) { in DoExchange()