/external/chromium_org/net/base/ |
D | hash_value.h | 40 class NET_EXPORT HashValue { 42 explicit HashValue(HashValueTag tag) : tag(tag) {} in HashValue() function 43 HashValue() : tag(HASH_VALUE_SHA1) {} in HashValue() function 51 bool Equals(const HashValue& other) const; 85 typedef std::vector<HashValue> HashValueVector; 106 explicit HashValuesEqual(const HashValue& fingerprint) : in HashValuesEqual() 109 bool operator()(const HashValue& other) const { in operator() 113 const HashValue& fingerprint_;
|
D | hash_value.cc | 34 bool HashValue::Equals(const HashValue& other) const { in Equals() 48 bool HashValue::FromString(const base::StringPiece value) { in FromString() 68 std::string HashValue::ToString() const { in ToString() 83 size_t HashValue::size() const { in size() 98 unsigned char* HashValue::data() { in data() 99 return const_cast<unsigned char*>(const_cast<const HashValue*>(this)->data()); in data() 102 const unsigned char* HashValue::data() const { in data()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash.cc | 94 static __ubsan::HashValue *getTypeCacheHashTableBucket(__ubsan::HashValue V) { in getTypeCacheHashTableBucket() 96 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize]; in getTypeCacheHashTableBucket() 113 __ubsan::HashValue 210 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType() 215 HashValue *Bucket = getTypeCacheHashTableBucket(Hash); in checkDynamicType()
|
D | ubsan_type_hash.h | 20 typedef uptr HashValue; typedef 49 bool checkDynamicType(void *Object, void *Type, HashValue Hash); 59 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
|
/external/chromium_org/net/spdy/ |
D | spdy_test_utils.h | 16 class HashValue; variable 42 HashValue GetTestHashValue(uint8_t label);
|
D | spdy_test_utils.cc | 143 HashValue GetTestHashValue(uint8_t label) { in GetTestHashValue() 144 HashValue hash_value(HASH_VALUE_SHA256); in GetTestHashValue() 150 HashValue hash_value = GetTestHashValue(label); in GetTestPin()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.cpp | 47 uniques[i] = Data[i]->HashValue; in ComputeBucketCount() 95 uint32_t bucket = Data[i]->HashValue % Header.bucket_count; in FinalizeTable() 150 Asm->EmitInt32((*HI)->HashValue); in EmitHashes() 201 if (PrevHash != (*HI)->HashValue) in EmitData() 203 PrevHash = (*HI)->HashValue; in EmitData()
|
D | DwarfAccelTable.h | 191 uint32_t HashValue; member 196 HashValue = DwarfAccelTable::HashDJB(S); in HashData() 201 O << " Hash Value: " << format("0x%x", HashValue) << "\n"; in print()
|
/external/chromium_org/net/http/ |
D | transport_security_persister_unittest.cc | 89 net::HashValue fp1(net::HASH_VALUE_SHA1); in TEST_F() 91 net::HashValue fp2(net::HASH_VALUE_SHA1); in TEST_F() 175 net::HashValue sha1(net::HASH_VALUE_SHA1); in TEST_F()
|
D | http_security_headers_unittest.cc | 23 HashValue GetTestHashValue(uint8 label, HashValueTag tag) { in GetTestHashValue() 24 HashValue hash_value(tag); in GetTestHashValue() 30 HashValue hash_value = GetTestHashValue(label, tag); in GetTestPin() 515 HashValue good_hash = GetTestHashValue(1, HASH_VALUE_SHA1); in TEST_F() 516 HashValue backup_hash = GetTestHashValue(2, HASH_VALUE_SHA1); in TEST_F() 595 HashValue good_hash = GetTestHashValue(1, HASH_VALUE_SHA1); in TEST_F() 695 HashValue good_hash = GetTestHashValue(1, HASH_VALUE_SHA1); in TEST_F()
|
D | transport_security_persister.cc | 22 using net::HashValue; 41 HashValue fingerprint; in SPKIHashesFromListValue()
|
D | http_security_headers.cc | 130 HashValue hash(tag); in ParseAndAppendPin()
|
D | transport_security_state.cc | 78 HashValue hash(HASH_VALUE_SHA1); in AddHash()
|
D | transport_security_state_unittest.cc | 584 HashValue hash; in AddHash()
|
/external/chromium_org/net/cert/ |
D | cert_verify_proc_android.cc | 112 HashValue sha1(HASH_VALUE_SHA1); in VerifyFromAndroidTrustManager() 117 HashValue sha256(HASH_VALUE_SHA256); in VerifyFromAndroidTrustManager()
|
D | cert_verify_proc_openssl.cc | 172 HashValue sha1(HASH_VALUE_SHA1); in AppendPublicKeyHashes() 177 HashValue sha256(HASH_VALUE_SHA256); in AppendPublicKeyHashes()
|
D | cert_verify_proc_nss.cc | 606 HashValue CertPublicKeyHashSHA1(CERTCertificate* cert) { in CertPublicKeyHashSHA1() 607 HashValue hash(HASH_VALUE_SHA1); in CertPublicKeyHashSHA1() 618 HashValue CertPublicKeyHashSHA256(CERTCertificate* cert) { in CertPublicKeyHashSHA256() 619 HashValue hash(HASH_VALUE_SHA256); in CertPublicKeyHashSHA256()
|
D | cert_verify_proc_mac.cc | 262 HashValue sha1(HASH_VALUE_SHA1); in AppendPublicKeyHashes() 266 HashValue sha256(HASH_VALUE_SHA256); in AppendPublicKeyHashes()
|
D | cert_verify_proc_win.cc | 498 HashValue sha1(HASH_VALUE_SHA1); in AppendPublicKeyHashes() 503 HashValue sha256(HASH_VALUE_SHA256); in AppendPublicKeyHashes()
|
D | multi_threaded_cert_verifier.cc | 101 for (std::vector<HashValue>::const_iterator it = in CertVerifyResultCallback()
|
D | cert_verify_proc_unittest.cc | 542 HashValue hash(HASH_VALUE_SHA1); in TEST_F()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 50 unsigned HashValue; 54 HashValue = ID.ComputeHash(); 70 if (X.HashValue != IDHash) 75 return X.HashValue;
|
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
D | net_internals_ui.cc | 136 net::HashValue hash; in Base64StringToHashes()
|