HomeSort by relevance Sort by last modified time
    Searched full:hashes (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /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/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/dropbear/libtomcrypt/testprof/
cipher_hash_test.c 1 /* test the ciphers and hashes using their built-in self-tests */
17 /* test hashes */
  /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
control 18 as trees, hashes, and lists. GLib was previously distributed with
  /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 $ */
hash_filehandle.c 69 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/helper/hash_filehandle.c,v $ */
hash_memory.c 67 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/helper/hash_memory.c,v $ */
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
image_diff.py 32 Compares hashes for the generated and expected images. If the output doesn't
33 match, returns FailureImageHashMismatch and outputs both hashes into the layout
130 # Compare hashes.
172 # Hashes don't match, so see if the images match. If they do, then
  /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];
278 long idx_hash = (hashes[index] | (index+1));
282 // (hashes[index])
328 hashes[index] = hash;
  /external/e2fsprogs/e2fsck/
rehash.c 77 ext2_dirhash_t *hashes; member in struct:out_dir
232 new_mem = realloc(outdir->hashes,
236 outdir->hashes = new_mem;
239 outdir->hashes = malloc(blocks * sizeof(ext2_dirhash_t));
250 if (outdir->hashes)
251 free(outdir->hashes);
417 outdir->hashes[0] = 0;
440 outdir->hashes[outdir->num-1] = ent->hash | 1;
442 outdir->hashes[outdir->num-1] = ent->hash;
552 ext2fs_cpu_to_le32(outdir->hashes[i])
    [all...]
  /external/dbus/test/data/sha-1/
byte-hashes.sha1 3 H>SHS Type 1 Hashes<H
136 H>SHS Type 2 Hashes<H
240 H>SHS Type 3 Hashes<H
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/cryptopro/
CryptoProObjectIdentifiers.java 20 // { iso(1) member-body(2) ru(643) rans(2) cryptopro(2) hashes(30) }

Completed in 702 milliseconds

1 2 3 4 5 6 7 8