/external/chromium/chrome/browser/safe_browsing/ |
bloom_filter.h | 5 // A simple bloom filter. It uses a large number (20) of hashes to reduce the
|
safe_browsing_util.h | 302 // Given a URL, compare all the possible host + path full hashes to the set of 303 // provided full hashes. Returns the index of the match if one is found, or -1
|
/external/chromium/chrome/browser/sync/util/ |
user_settings.h | 30 // passwords_file contains hashes of passwords.
|
/external/dropbear/ |
filelist.txt | 14 algo.c Framework for handling various ciphers/hashes/algos,
|
configure.in | 629 AS_MKDIR_P(libtomcrypt/src/hashes) 630 AS_MKDIR_P(libtomcrypt/src/hashes/chc) 631 AS_MKDIR_P(libtomcrypt/src/hashes/helper) 632 AS_MKDIR_P(libtomcrypt/src/hashes/sha2) 633 AS_MKDIR_P(libtomcrypt/src/hashes/whirl)
|
/external/dropbear/libtomcrypt/notes/ |
tech0003.txt | 9 public key functions. If all you plan on using are the hashes and ciphers than only about 1KB of stack is required
|
/external/dropbear/libtomcrypt/src/hashes/sha2/ |
sha224.c | 123 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/sha2/sha224.c,v $ */
|
sha384.c | 133 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/sha2/sha384.c,v $ */
|
/external/dropbear/libtomcrypt/src/pk/rsa/ |
rsa_sign_hash.c | 86 /* not all hashes have OIDs... so sad */
|
/external/oprofile/daemon/ |
opd_sfile.c | 33 static struct list_head hashes[HASH_SIZE]; variable in typeref:struct:list_head 261 list_for_each(pos, &hashes[hash]) { 270 list_add(&sf->hash, &hashes[hash]); 642 list_init(&hashes[i]);
|
/external/ppp/pppd/ |
chap-new.h | 63 /* hashes supported by this instance of pppd */
|
/external/webkit/Tools/DumpRenderTree/cg/ |
PixelDumpSupportCG.cpp | 80 // We need to swap the bytes to ensure consistent hashes independently of endianness
|
/libcore/luni/src/test/java/com/android/org/bouncycastle/crypto/digests/ |
DigestTest.java | 82 assertEquals("Hashes[" + i + "] must be equal", oldHash[i], newHash[i]);
|
/external/icu4c/common/ |
locutil.cpp | 184 // LocaleUtility_cache is a hash-of-hashes. The top-level keys 187 // second-level hashes. The second-level keys are result strings
|
/external/markdown/markdown/extensions/ |
headerid.py | 82 (?P<level>\#{1,6}) # group('level') = string of hashes 84 \#* # optional closing hashes
|
/external/srtp/ |
Makefile | 79 hashes = crypto/hash/null_auth.o crypto/hash/sha1.o \ macro 96 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(replay)
|
Makefile.in | 81 hashes = crypto/hash/null_auth.o crypto/hash/sha1.o \ 98 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(replay)
|
/system/core/libcutils/ |
hashmap.c | 78 * Hashes the given key. 84 // against bad hashes.
|
/external/chromium/chrome/browser/ |
enumerate_modules_model_win.cc | 106 // Location must be entered as hashes (see GenerateHash). Filename is mandatory. 625 std::string hashes(kModuleBlacklist[i].filename); 628 hashes += " - " + hash1; 630 hashes += " - " + hash2; 632 hashes += " - " + hash3; [all...] |
/external/libvpx/examples/includes/HTML-Toc-0.91/ |
TocUpdator.pm | 76 # following hashes: 98 # Yes, hashes differ; 138 # Do hashes equal? 142 # Yes, hashes are the same; 221 # the begin of ToC tokens. The tokens are stored in keys of hashes to 230 # the end of ToC tokens. The tokens are stored in keys of hashes to
|
/build/tools/releasetools/ |
edify_generator.py | 116 given *sha1 hashes, checking the version saved in cache if the 124 given *sha1 hashes."""
|
/external/kernel-headers/original/linux/ |
lockdep.h | 148 * hash the hashes step by step as the dependency chain grows. 168 * the hashes by starting with 0 if we cross into an interrupt
|
/external/dropbear/libtomcrypt/ |
changes | 50 hashes defined. 254 -- Users may want to note that on a P4/GCC3.4 platform "-fno-regmove" greatly accelerates the ciphers/hashes. 285 -- Added DERs for missing hashes, but just the OID not the PKCS #1 v1.5 additions. 295 -- Changed OID representation for hashes to be just a list of unsigned longs (so you can compare against them nicely after decoding a sequence) [all...] |
/external/chromium/chrome/browser/renderer_host/ |
safe_browsing_resource_handler.h | 32 // and a more expensive safe browsing check is begun (fetches the full hashes).
|
/external/chromium/net/http/ |
http_auth_handler_digest.h | 103 // Hashes are run for every request.
|