HomeSort by relevance Sort by last modified time
    Searched full:expected_channel_id (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/boringssl/src/ssl/test/
test_config.h 46 std::string expected_channel_id; member in struct:TestConfig
bssl_shim.cc 350 if (!config->expected_channel_id.empty()) {
473 if (!config->expected_channel_id.empty()) {
479 if (config->expected_channel_id.size() != 64 ||
480 memcmp(config->expected_channel_id.data(),
test_config.cc 82 { "-expect-channel-id", &TestConfig::expected_channel_id },

Completed in 647 milliseconds