OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_next_proto
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/ssl/test/
test_config.h
34
std::string
expected_next_proto
;
member in struct:TestConfig
test_config.cc
109
{ "-expect-next-proto", &TestConfig::
expected_next_proto
},
bssl_shim.cc
1007
if (!config->
expected_next_proto
.empty()) {
1011
if (next_proto_len != config->
expected_next_proto
.size() ||
1012
memcmp(next_proto, config->
expected_next_proto
.data(),
[
all
...]
Completed in 537 milliseconds