/external/srtp/crypto/ |
Makefile.in | 73 hashes = hash/null_auth.o hash/sha1.o \ 87 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(xfm)
|
/external/srtp/crypto/include/ |
sha1.h | 61 * sha1(&ctx, msg, len, output) hashes the len octets starting at msg 73 * sha1_update(&ctx, msg, len) hashes the len octets starting at msg
|
/external/chromium/net/base/ |
ssl_info.h | 57 // The hashes of the SubjectPublicKeyInfos from each certificate in the chain.
|
transport_security_state.h | 54 // IsChainOfPublicKeysPermitted takes a set of public key hashes and 57 // 2) |hashes| and |public_key_hashes| are not disjoint. 59 const std::vector<SHA1Fingerprint>& hashes);
|
transport_security_state.cc | 269 // This function converts the binary hashes, which we store in 612 const std::vector<net::SHA1Fingerprint>& hashes) { 615 i = hashes.begin(); i != hashes.end(); i++) { 637 const std::vector<net::SHA1Fingerprint>& hashes) { 642 i = hashes.begin(); i != hashes.end(); ++i) { 651 << ". Validated chain: " << HashesToBase64String(hashes)
|
transport_security_state_unittest.cc | 537 std::vector<SHA1Fingerprint> hashes; local 538 EXPECT_TRUE(domain_state.IsChainOfPublicKeysPermitted(hashes)); 544 EXPECT_FALSE(domain_state.IsChainOfPublicKeysPermitted(hashes)); 545 hashes.push_back(hash); 546 EXPECT_TRUE(domain_state.IsChainOfPublicKeysPermitted(hashes)); 547 hashes[0].data[0] = '2'; 548 EXPECT_FALSE(domain_state.IsChainOfPublicKeysPermitted(hashes));
|
/external/dropbear/libtomcrypt/src/hashes/helper/ |
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 $ */
|
hash_memory_multi.c | 85 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/helper/hash_memory_multi.c,v $ */
|
/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
|
Readme.txt | 20 that only hashes byte-oriented data correctly, 129 messages of length 0, 8, 16, 24,...,1024 bits 66 the messages and the other file contains the hashes.
|
/external/e2fsprogs/e2fsck/ |
rehash.c | 77 ext2_dirhash_t *hashes; member in struct:out_dir 233 new_mem = realloc(outdir->hashes, 237 outdir->hashes = new_mem; 240 outdir->hashes = malloc(blocks * sizeof(ext2_dirhash_t)); 250 free(outdir->hashes); 427 outdir->hashes[0] = 0; 459 outdir->hashes[outdir->num-1] = ent->hash | 1; 461 outdir->hashes[outdir->num-1] = ent->hash; 577 ext2fs_cpu_to_le32(outdir->hashes[i]); 597 ext2fs_cpu_to_le32(outdir->hashes[i]) [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file.h | 118 // Get all add hash prefixes and full-length hashes, respectively, from 136 // Store updates with pending add full hashes in file store and 161 // Update store file with pending full hashes.
|
protocol_parser.h | 86 // Parse the result of a GetHash request, returning the list of full hashes. 94 // Convert a list of partial hashes into a proper GetHash request.
|
safe_browsing_database.cc | 66 // Generate the set of full hashes to check for |url|. If 727 // Helper to insert entries for all of the prefixes or full hashes in 753 // Prefixes and hashes. 797 // Helper to insert entries for all of the prefixes or full hashes in 827 // Prefixes and hashes. [all...] |
protocol_manager.h | 173 // Subset of successful responses which returned no full hashes. 179 // full hashes matched (should lead to an interstitial). 184 // cleared up by the full hashes. 237 // Generates GetHash request URL for retrieving full hashes. 401 // URL prefix where browser fetches safebrowsing chunk updates, hashes, and
|
/external/bluetooth/glib/debian/ |
control | 18 as trees, hashes, and lists. GLib was previously distributed with
|
/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) }
|
/external/chromium/chrome/browser/metrics/ |
user_metrics.h | 40 // to generate a new mapping of [action hashes -> metric names] and send it
|
/external/oprofile/daemon/ |
opd_sfile.h | 116 /** initialise hashes */
|
/external/webkit/LayoutTests/storage/ |
hash-change-with-xhr.js | 96 // Create some hashes so we can call history.back().
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
deduplicate_tests_unittest.py | 72 hashes = deduplicate_tests.parse_git_output(git_output, '*') 78 self.assertEquals(expected, hashes) 80 hashes = deduplicate_tests.parse_git_output(git_output, '*.png') 82 self.assertEquals(expected, hashes)
|
/external/blktrace/ |
jhash.h | 14 * These are functions for producing 32-bit hashes for hash table lookup. 54 /* The most generic version, hashes an arbitrary sequence
|
/external/webkit/Source/JavaScriptCore/ |
create_hash_table | 43 my @hashes = (); 76 @hashes = (); 98 push(@hashes, hashValue($key));
|
/external/chromium/base/ |
hash_tables.h | 18 // because identity hashes are not desirable for all types that might show up
|