OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_proto_len
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/ssl/test/
bssl_shim.cc
475
unsigned
next_proto_len
;
476
SSL_get0_next_proto_negotiated(ssl, &next_proto, &
next_proto_len
);
477
if (
next_proto_len
!= config->expected_next_proto.size() ||
479
next_proto_len
) != 0) {
[
all
...]
/external/boringssl/src/tool/
transport_common.cc
298
unsigned
next_proto_len
;
local
299
SSL_get0_next_proto_negotiated(ssl, &next_proto, &
next_proto_len
);
300
BIO_printf(bio, " Next protocol negotiated: %.*s\n",
next_proto_len
,
Completed in 100 milliseconds