Searched refs:hash (Results 251 - 275 of 1779) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/net/dns/
H A Ddns_hosts.h28 struct hash<net::DnsHostsKey> { struct in namespace:BASE_HASH_NAMESPACE
30 hash<base::StringPiece> string_piece_hash;
/external/chromium_org/net/quic/
H A Dquic_ack_notifier_manager.h16 struct hash<net::QuicAckNotifier*> { struct in namespace:BASE_HASH_NAMESPACE
18 return hash<size_t>()(reinterpret_cast<size_t>(ptr));
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslplatf.c204 ssl3_CngPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, argument
229 switch (hash->hashAlg) {
250 hashItem.data = hash->u.raw;
251 hashItem.len = hash->len;
262 if (hash->hashAlg == SEC_OID_UNKNOWN) {
263 hashItem.data = hash->u.s.sha;
264 hashItem.len = sizeof(hash->u.s.sha);
266 hashItem.data = hash->u.raw;
267 hashItem.len = hash->len;
274 PRINT_BUF(60, (NULL, "hash(e
328 ssl3_CAPIPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
460 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
578 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
758 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchedPropertiesCache.h53 const CachedMatchedProperties* find(unsigned hash, const StyleResolverState&, const MatchResult&);
54 void add(const RenderStyle*, const RenderStyle* parentStyle, unsigned hash, const MatchResult&);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DURLUtilsReadOnly.idl44 readonly attribute DOMString hash;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDataCache.h44 static unsigned hash(const FontPlatformData& platformData) function in struct:WebCore::FontDataCacheKeyHash
46 return platformData.hash();
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c89 unsigned hash; local
93 hash = fetch % MAP_SIZE;
95 if (vsplit->cache.fetches[hash] != fetch) {
97 vsplit->cache.fetches[hash] = fetch;
98 vsplit->cache.draws[hash] = vsplit->cache.num_fetch_elts;
105 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash];
118 unsigned hash = fetch % MAP_SIZE; local
119 vsplit->cache.fetches[hash] = fetch - 1; /* force update */
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLDHPrivateKey.java183 int hash = 1;
185 hash = hash * 3 + x.hashCode();
187 hash = hash * 7 + p.hashCode();
188 hash = hash * 13 + g.hashCode();
189 return hash;
H A DOpenSSLDHPublicKey.java160 int hash = 1;
161 hash = hash * 3 + y.hashCode();
162 hash = hash * 7 + p.hashCode();
163 hash = hash * 13 + g.hashCode();
164 return hash;
/external/guava/guava/src/com/google/common/hash/
H A DHasher.java15 package com.google.common.hash;
22 * A {@link Sink} that can compute a hash code after reading the input. Each hasher should
65 * Computes a hash code based on the data that have been provided to this hasher. The result is
68 HashCode hash(); method in interface:Hasher
/external/ipsec-tools/src/racoon/
H A Disakmp_newg.c75 struct isakmp_pl_hash *hash = NULL;
101 if (hash) {
109 hash = (struct isakmp_pl_hash *)pa->ptr;
137 if (!hash || !sa) {
163 plog(LLV_DEBUG, LOCATION, NULL, "hash source\n");
171 plog(LLV_DEBUG, LOCATION, NULL, "hash result\n");
174 r_hash = (char *)hash + sizeof(*hash);
176 plog(LLV_DEBUG, LOCATION, NULL, "original hash\n"));
177 plogdump(LLV_DEBUG, r_hash, ntohs(hash
[all...]
/external/libcxx/test/containers/sequences/vector.bool/
H A Dvector_bool.pass.cpp13 // struct hash
31 typedef std::hash<T> H;
42 typedef std::hash<T> H;
/external/libcxx/test/containers/unord/unord.multiset/
H A Dmax_load_factor.pass.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
46 typedef std::unordered_multiset<int, std::hash<int>,
53 typedef std::unordered_multiset<int, std::hash<int>,
/external/libcxx/test/containers/unord/unord.set/
H A Dmax_load_factor.pass.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
46 typedef std::unordered_set<int, std::hash<int>,
53 typedef std::unordered_set<int, std::hash<int>,
/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
H A Dsize.fail.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
30 test_hash<std::hash<NotConstructible> >,
36 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c89 unsigned hash; local
93 hash = fetch % MAP_SIZE;
95 if (vsplit->cache.fetches[hash] != fetch) {
97 vsplit->cache.fetches[hash] = fetch;
98 vsplit->cache.draws[hash] = vsplit->cache.num_fetch_elts;
105 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash];
118 unsigned hash = fetch % MAP_SIZE; local
119 vsplit->cache.fetches[hash] = fetch - 1; /* force update */
/external/oprofile/daemon/
H A Dopd_cookie.c135 unsigned long hash = hash_cookie(cookie); local
142 list_for_each(pos, &hashes[hash]) {
150 list_add(&entry->list, &hashes[hash]);
158 unsigned long hash = hash_cookie(cookie); local
165 list_for_each(pos, &hashes[hash]) {
172 list_add(&entry->list, &hashes[hash]);
180 unsigned long hash = hash_cookie(cookie); local
190 list_for_each(pos, &hashes[hash]) {
H A Dopd_sfile.h35 * cg files are stored in the hash.
38 /** hash value for this sfile */
57 /** hash table link */
58 struct list_head hash; member in struct:sfile
67 /** hash table of opened cg sample files */
75 /** next in the hash slot */
76 struct list_head hash; member in struct:cg_entry
/external/qemu/android/utils/
H A Drefset.c20 uint32_t hash; local
22 hash = (uint32_t)(ptrdiff_t)item >> 2;
24 hash ^= ((uint64_t)(ptrdiff_t)item >> 32);
26 return hash;
32 uint32_t hash = _arefSet_hashItem(item); local
33 unsigned index = hash & (s->max_buckets-1);
50 uint32_t hash = _arefSet_hashItem(item); local
51 unsigned index = hash & (s->max_buckets-1);
/external/srtp/
H A DAndroid.mk14 crypto/hash/null_auth.c \
15 crypto/hash/sha1.c \
16 crypto/hash/hmac.c \
17 crypto/hash/auth.c \
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DDigitalSignatureTest.java63 byte[] hash = ds_sign.sign();
78 assertTrue(ds_verify.verifySignature(hash));
95 byte[] hash = ds_sign.sign();
101 assertTrue(ds_verify.verifySignature(hash));
/external/chromium_org/extensions/browser/
H A Dcontent_hash_tree_unittest.cc41 scoped_ptr<SecureHash> hash(SecureHash::Create(SecureHash::SHA256));
42 hash->Update(node1.data(), node1.size());
43 hash->Update(node2.data(), node2.size());
44 hash->Finish(string_as_array(&expected), expected.size());
56 // to be the hash of all 3 concatenated together. E.g the expected top hash
69 // where 4 is the hash of 1 and 2, 5 is the hash of 3, and 6 is the
70 // hash of 4 and 5.
/external/chromium_org/net/quic/crypto/
H A Dcommon_cert_set.h31 // set identified by |hash|. If no such certificate is known, an empty
33 virtual base::StringPiece GetCert(uint64 hash, uint32 index) const = 0;
36 // identified by |common_set_hashes|. On success it puts the hash of the
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dhistory_unittests.js32 equal(window.location.hash, '#useTestData=true');
58 equal(window.location.hash, '#useTestData=true');
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_cache.h56 * @param hash hash function
62 util_cache_create(uint32_t (*hash)(const void *key),

Completed in 3441 milliseconds

<<11121314151617181920>>