HomeSort by relevance Sort by last modified time
    Searched refs:HASH_VALUE_SHA1 (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/net/base/
hash_value.cc 38 case HASH_VALUE_SHA1:
51 tag = HASH_VALUE_SHA1;
73 case HASH_VALUE_SHA1:
85 case HASH_VALUE_SHA1:
104 case HASH_VALUE_SHA1:
hash_value.h 33 HASH_VALUE_SHA1,
43 HashValue() : tag(HASH_VALUE_SHA1) {}
  /external/chromium_org/net/http/
http_security_headers_unittest.cc 36 case HASH_VALUE_SHA1:
487 TestBogusPinsHeaders(HASH_VALUE_SHA1);
495 TestValidPKPHeaders(HASH_VALUE_SHA1);
515 HashValue good_hash = GetTestHashValue(1, HASH_VALUE_SHA1);
516 HashValue backup_hash = GetTestHashValue(2, HASH_VALUE_SHA1);
517 std::string good_pin = GetTestPin(1, HASH_VALUE_SHA1);
518 std::string backup_pin = GetTestPin(2, HASH_VALUE_SHA1);
594 HashValue good_hash = GetTestHashValue(1, HASH_VALUE_SHA1);
595 std::string good_pin = GetTestPin(1, HASH_VALUE_SHA1);
596 std::string backup_pin = GetTestPin(2, HASH_VALUE_SHA1);
    [all...]
transport_security_persister_unittest.cc 89 net::HashValue fp1(net::HASH_VALUE_SHA1);
91 net::HashValue fp2(net::HASH_VALUE_SHA1);
175 net::HashValue sha1(net::HASH_VALUE_SHA1);
http_security_headers.cc 304 if (!ParseAndAppendPin(equals.second, HASH_VALUE_SHA1, &pins))
transport_security_state.cc 78 HashValue hash(HASH_VALUE_SHA1);
  /external/chromium_org/net/cert/
cert_verify_proc_android.cc 80 HashValue sha1(HASH_VALUE_SHA1);
cert_verify_proc_openssl.cc 165 HashValue sha1(HASH_VALUE_SHA1);
cert_verify_proc.cc 449 if (j->tag == HASH_VALUE_SHA1 &&
561 if (j->tag == HASH_VALUE_SHA1 &&
cert_verify_proc_mac.cc 255 HashValue sha1(HASH_VALUE_SHA1);
cert_verify_proc_win.cc 479 HashValue sha1(HASH_VALUE_SHA1);
cert_verify_proc_unittest.cc 540 HashValue hash(HASH_VALUE_SHA1);
684 if (verify_result.public_key_hashes[i].tag != HASH_VALUE_SHA1)
    [all...]
cert_verify_proc_nss.cc 589 HashValue hash(HASH_VALUE_SHA1);
    [all...]

Completed in 319 milliseconds