Searched defs:GetTestPin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_security_headers_unittest.cc29 std::string GetTestPin(uint8 label, HashValueTag tag) { function in namespace:net::__anon9312
144 std::string good_pin = GetTestPin(2, tag);
145 std::string backup_pin = GetTestPin(4, tag);
393 std::string good_pin = GetTestPin(2, tag);
394 std::string backup_pin = GetTestPin(4, tag);
517 std::string good_pin = GetTestPin(1, HASH_VALUE_SHA1);
518 std::string backup_pin = GetTestPin(2, HASH_VALUE_SHA1);
596 std::string good_pin = GetTestPin(1, HASH_VALUE_SHA1);
597 std::string backup_pin = GetTestPin(2, HASH_VALUE_SHA1);
696 std::string good_pin = GetTestPin(
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_test_utils.cc149 std::string GetTestPin(uint8_t label) { function in namespace:net::test
162 std::string primary_pin = GetTestPin(primary_label);
163 std::string backup_pin = GetTestPin(backup_label);

Completed in 89 milliseconds