/external/webkit/LayoutTests/http/tests/appcache/ |
main-resource-hash-expected.txt | 1 Test that offline applications' main resources are not affected by URL hashes.
|
main-resource-hash.html | 3 <p>Test that offline applications' main resources are not affected by URL hashes.</p>
|
/external/webkit/LayoutTests/platform/android/http/tests/appcache/ |
main-resource-hash-expected.txt | 1 Test that offline applications' main resources are not affected by URL hashes.
|
/external/dropbear/libtomcrypt/ |
Android.mk | 25 src/hashes/chc/chc.c src/hashes/helper/hash_file.c src/hashes/helper/hash_filehandle.c \ 26 src/hashes/helper/hash_memory.c src/hashes/helper/hash_memory_multi.c src/hashes/md2.c src/hashes/md4.c \ 27 src/hashes/md5.c src/hashes/rmd128.c src/hashes/rmd160.c src/hashes/rmd256.c src/hashes/rmd320.c [all...] |
makefile.msvc | 23 src/hashes/chc/chc.obj src/hashes/helper/hash_file.obj src/hashes/helper/hash_filehandle.obj \ 24 src/hashes/helper/hash_memory.obj src/hashes/helper/hash_memory_multi.obj src/hashes/md2.obj src/hashes/md4.obj \ 25 src/hashes/md5.obj src/hashes/rmd128.obj src/hashes/rmd160.obj src/hashes/rmd256.obj src/hashes/rmd320.obj [all...] |
Makefile.in | 116 src/hashes/chc/chc.o src/hashes/helper/hash_file.o src/hashes/helper/hash_filehandle.o \ 117 src/hashes/helper/hash_memory.o src/hashes/helper/hash_memory_multi.o src/hashes/md2.o src/hashes/md4.o \ 118 src/hashes/md5.o src/hashes/rmd128.o src/hashes/rmd160.o src/hashes/rmd256.o src/hashes/rmd320.o [all...] |
makefile.icc | 113 src/hashes/chc/chc.o src/hashes/helper/hash_file.o src/hashes/helper/hash_filehandle.o \ 114 src/hashes/helper/hash_memory.o src/hashes/helper/hash_memory_multi.o src/hashes/md2.o src/hashes/md4.o \ 115 src/hashes/md5.o src/hashes/rmd128.o src/hashes/rmd160.o src/hashes/rmd256.o src/hashes/rmd320.o [all...] |
makefile.shared | 118 src/hashes/chc/chc.o src/hashes/helper/hash_file.o src/hashes/helper/hash_filehandle.o \ 119 src/hashes/helper/hash_memory.o src/hashes/helper/hash_memory_multi.o src/hashes/md2.o src/hashes/md4.o \ 120 src/hashes/md5.o src/hashes/rmd128.o src/hashes/rmd160.o src/hashes/rmd256.o src/hashes/rmd320.o [all...] |
makefile.unix | 59 src/hashes/chc/chc.o src/hashes/helper/hash_file.o src/hashes/helper/hash_filehandle.o \ 60 src/hashes/helper/hash_memory.o src/hashes/helper/hash_memory_multi.o src/hashes/md2.o src/hashes/md4.o \ 61 src/hashes/md5.o src/hashes/rmd128.o src/hashes/rmd160.o src/hashes/rmd256.o src/hashes/rmd320.o [all...] |
crypt.lof | 9 \contentsline {figure}{\numberline {4.1}{\ignorespaces Built--In Software Hashes}}{57}{figure.4.1}
|
/external/oprofile/daemon/ |
opd_cookie.c | 100 static struct list_head hashes[HASH_SIZE]; variable in typeref:struct:list_head 142 list_for_each(pos, &hashes[hash]) { 150 list_add(&entry->list, &hashes[hash]); 165 list_for_each(pos, &hashes[hash]) { 172 list_add(&entry->list, &hashes[hash]); 190 list_for_each(pos, &hashes[hash]) { 208 list_init(&hashes[i]);
|
opd_anon.c | 43 static struct list_head hashes[HASH_SIZE]; variable in typeref:struct:list_head 88 list_for_each_safe(pos, pos2, &hashes[hash]) { 118 list_add_tail(&m->list, &hashes[hash]); 190 list_for_each(pos, &hashes[hash]) { 211 list_add(&entry->list, &hashes[hash]); 225 list_init(&hashes[i]);
|
/external/chromium/crypto/ |
secure_hash.h | 13 // A wrapper to calculate secure hashes incrementally, allowing to
|
/external/dropbear/libtomcrypt/testprof/ |
cipher_hash_test.c | 1 /* test the ciphers and hashes using their built-in self-tests */ 17 /* test hashes */
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
deduplicate_tests.py | 80 hashes = collections.defaultdict(set) 91 hashes[(test, hash)].add(path) 92 return hashes 96 """Get the hashes of all the test expectations in the tree. 97 We cheat and use git's hashes. 105 hashes = collections.defaultdict(set) 190 def find_dups(hashes, port_fallbacks, relative_to): 193 hashes: a list of hashes as returned by cluster_file_hashes. 200 for (test, hash), cluster in hashes.items() [all...] |
/system/core/include/cutils/ |
hashmap.h | 38 * @param hash function which hashes keys 50 * Hashes the memory pointed to by key with the given size. Useful for 123 * Hashes int keys. 'key' is a pointer to int.
|
/external/openssl/crypto/x509/ |
by_dir.c | 86 STACK_OF(BY_DIR_HASH) *hashes; 191 if (ent->hashes) 192 sk_BY_DIR_HASH_pop_free(ent->hashes, by_dir_hash_free); 252 ent->hashes = sk_BY_DIR_HASH_new(by_dir_hash_cmp); 254 if (!ent->dir || !ent->hashes) 338 if (type == X509_LU_CRL && ent->hashes) 342 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp); 345 hent = sk_BY_DIR_HASH_value(ent->hashes, idx); 441 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp); 444 sk_BY_DIR_HASH_value(ent->hashes, idx) [all...] |
/external/bluetooth/glib/debian/ |
README.debian | 5 routines for C such as lists, trees, hashes, memory allocation, and
|
/external/dropbear/ |
common-algo.c | 30 * decide which ciphers/hashes/compression/signing to use during key exchange*/ 66 /* Mapping of ssh hashes to libtomcrypt hashes, including keysize etc. 149 * This should be run before using any of the ciphers/hashes */
|
/external/dropbear/libtomcrypt/src/hashes/helper/ |
hash_file.c | 55 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/helper/hash_file.c,v $ */
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_database.h | 105 // only contains full-length hashes so we don't return any prefix hit. 194 // will ignore any operations related download (url hashes and 195 // binary hashes). Same for the |csd_whitelist_store|. 243 // Loads the given full-length hashes to the csd whitelist. If the number 244 // of hashes is too large or if the kill switch URL is on the whitelist 301 // hashes. This list only contains 256 bit hashes.
|
safe_browsing_store.h | 132 // TODO(shess): Since the prefixes are uniformly-distributed hashes, 180 // Get all add full-length hashes. 223 // permanent storage. The resulting add prefixes and hashes will be 225 // |pending_adds| is the set of full hashes which have been received 229 // |GetHash()| request returned no full hashes, used for diagnostic
|
safe_browsing_store_unittest.cc | 138 // Construct some full hashes which share prefix with another. 151 // An add with prefix and a couple hashes, plus a sub for the prefix 152 // and a couple sub hashes. The sub should knock all of them out. 201 // Construct some full hashes which share prefix with another. 214 // An add with prefix and a couple hashes, plus a sub for the prefix 215 // and a couple sub hashes. The sub should knock all of them out.
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
Cache.java | 101 // in the particular array. I.e. for index N hash contained in hashes[N] 106 private final long[] hashes; field in class:Cache 113 // This is an ordered array of the hash codes from 'hashes' array (described 115 // the hash in the 'hashes' array. I.e. hash code ABCD00 with index 10 in 116 // the hashes array will be represented in this array as ABCD0A (10==0x0A) 135 hashes = new long[cache_size]; 258 long idx_hash = (hashes[index] | (index+1)); 262 // (hashes[index]) 308 hashes[index] = hash;
|
/external/srtp/crypto/ |
Makefile | 73 hashes = hash/null_auth.o hash/sha1.o \ macro 87 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(xfm)
|