HomeSort by relevance Sort by last modified time
    Searched full:hash (Results 176 - 200 of 8794) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
Cache.java 73 // Hash code consist of 6 bytes: AABB00
75 // AA - 2 bytes for prefix hash
77 // BB - 2 bytes for tail hash
82 // the similar hash codes.
84 // The masks to work with hash codes:
85 // the hash code without the reserved bytes
87 // the hash code of the prefix
94 // the number of bytes which will be used for array hash generation.
98 // This information includes: hash of the array, encoded form of the object,
100 // The hash-encoding-object correspondence is made by means of inde
170 long hash = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cache.c 51 uint32_t hash; member in struct:util_cache_entry
67 /** Hash function */
68 uint32_t (*hash)(const void *key); member in struct:util_cache
90 util_cache_create(uint32_t (*hash)(const void *key),
101 cache->hash = hash;
123 uint32_t hash,
127 uint32_t index = hash % cache->size;
142 if (current->hash == hash &
186 uint32_t hash = cache->hash(key); local
221 uint32_t hash = cache->hash(key); local
292 uint32_t hash; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_cache.c 51 uint32_t hash; member in struct:util_cache_entry
67 /** Hash function */
68 uint32_t (*hash)(const void *key); member in struct:util_cache
90 util_cache_create(uint32_t (*hash)(const void *key),
101 cache->hash = hash;
123 uint32_t hash,
127 uint32_t index = hash % cache->size;
142 if (current->hash == hash &
186 uint32_t hash = cache->hash(key); local
221 uint32_t hash = cache->hash(key); local
292 uint32_t hash; local
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.c 26 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len)
28 crypto_hash_update(hash, data, len);
32 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest)
35 crypto_hash_finish(hash, digest, &len);
43 struct crypto_hash *hash; local
54 hash = crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256,
56 if (hash == NULL)
59 crypto_hash_update(hash, digest, SHA256_MAC_LEN);
60 crypto_hash_update(hash, (u8 *) &i, sizeof(u16));
61 crypto_hash_update(hash, label, labellen)
94 struct crypto_hash *hash; local
289 struct crypto_hash *hash; local
    [all...]
  /external/chromium/chrome/browser/download/
base_file_unittest.cc 109 // Write data to the file and detach it, and calculate its sha256 hash.
115 std::string hash; local
116 base_file_->GetSha256Hash(&hash);
118 base::HexEncode(hash.data(), hash.size()));
157 std::string hash; local
158 EXPECT_FALSE(base_file_->GetSha256Hash(&hash));
162 // Write data to the file once and calculate its sha256 hash.
168 std::string hash; local
169 base_file_->GetSha256Hash(&hash);
176 std::string hash; local
    [all...]
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_pss_encode.c 22 @param msghash The hash to encode
23 @param msghashlen The length of the hash (octets)
27 @param hash_idx The index of the hash desired
39 unsigned char *DB, *mask, *salt, *hash; local
48 /* ensure hash and PRNG are valid */
64 /* allocate ram for DB/mask/salt/hash of size modulus_len */
68 hash = XMALLOC(modulus_len);
69 if (DB == NULL || mask == NULL || salt == NULL || hash == NULL) {
79 if (hash != NULL) {
80 XFREE(hash);
    [all...]
  /external/elfutils/libelf/
dl-hash.h 1 /* Compute hash value for given string according to ELF standard.
62 unsigned int hash = (unsigned int) *iname++; local
65 hash = (hash << 4) + (unsigned int) *iname++;
68 hash = (hash << 4) + (unsigned int) *iname++;
71 hash = (hash << 4) + (unsigned int) *iname++;
74 hash = (hash << 4) + (unsigned int) *iname++
    [all...]
  /frameworks/base/libs/hwui/
TextDropShadowCache.cpp 33 hash_t ShadowText::hash() const { function in class:android::uirenderer::ShadowText
35 uint32_t hash = JenkinsHashMix(0, len); local
36 hash = JenkinsHashMix(hash, android::hash_type(radius));
37 hash = JenkinsHashMix(hash, android::hash_type(textSize));
38 hash = JenkinsHashMix(hash, android::hash_type(typeface));
39 hash = JenkinsHashMix(hash, flags)
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
MSOutlookKeyIdCalculator.java 15 byte[] hash = new byte[dig.getDigestSize()];
29 dig.doFinal(hash, 0);
31 return hash;
  /external/chromium_org/content/test/data/dom_storage/
common.js 13 if (document.location.hash == '#fail')
19 document.location.hash = '#pass';
24 document.location.hash = '#fail';
  /external/chromium_org/content/test/data/fileapi/
common.js 12 if (document.location.hash == '#fail')
18 document.location.hash = '#pass';
24 document.location.hash = '#fail';
  /external/chromium_org/third_party/jinja2/
get_jinja2.sh 40 echo "MD5 hash file $MD5_FILENAME not found, could not verify archive"
44 # 32-digit hash, followed by filename
49 echo "MD5 hash file $MD5_FILENAME does not contain hash for $FILENAME," \
51 echo 'Hash file contents are:'
58 echo 'MD5 hash does not match,' \
66 echo "SHA-512 hash file $SHA512_FILENAME not found," \
71 # 128-digit hash, followed by filename
76 echo "SHA-512 hash file $SHA512_FILENAME does not contain hash for"
    [all...]
  /external/chromium_org/third_party/markupsafe/
get_markupsafe.sh 38 echo "MD5 hash file $MD5_FILENAME not found, could not verify archive"
42 # 32-digit hash, followed by filename
47 echo "MD5 hash file $MD5_FILENAME does not contain hash for $FILENAME," \
49 echo 'Hash file contents are:'
56 echo 'MD5 hash does not match,' \
64 echo "SHA-512 hash file $SHA512_FILENAME not found," \
69 # 128-digit hash, followed by filename
74 echo "SHA-512 hash file $SHA512_FILENAME does not contain hash for"
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkBitmapHasher.h 15 * Static class that generates a uint64 hash digest from an SkBitmap.
20 * Fills in "result" with a hash of the pixels in this bitmap.
22 * If this is unable to compute the hash for some reason,
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p6.cpp 17 template<typename T> struct hash { }; struct
24 hash<T> h;
32 template<> struct hash<S> { struct
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_hash_is_valid.c 15 Determine if hash is valid, Tom St Denis
19 Test if a hash index is valid
20 @param idx The index of the hash to search for
  /external/e2fsprogs/tests/f_h_badnode/
expect.1 3 Problem in HTREE directory inode 12929: block #531 has bad max hash
5 Problem in HTREE directory inode 12929: block #1061 has bad min hash
7 Problem in HTREE directory inode 12929: block #1062 has bad max hash
  /external/markdown/MarkdownTest/Tests_2004/
Backslash escapes.text 25 Hash: \#
61 Hash: \#
96 Hash: `\#`
  /external/markdown/tests/markdown-test/
backlash-escapes.txt 25 Hash: \#
61 Hash: \#
96 Hash: `\#`
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
UserCredentialHash.java 5 * hash(user:domain:password). This is more secure than simply supplying
8 * hash rather than plain text passwords because it offers better security.
32 * @return the MD5 hash of userName:sipDomain:password.
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ShadowEditTextTest.java 19 HashMap<String, String> hash = new HashMap<String, String>(); local
20 hash.put("android:maxLength", "5");
21 TestAttributeSet attributeSet = new TestAttributeSet(hash);
  /external/skia/src/utils/
SkBitmapHasher.h 15 * Static class that generates a uint64 hash digest from an SkBitmap.
20 * Fills in "result" with a hash of the pixels in this bitmap.
22 * If this is unable to compute the hash for some reason,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DSABase.java 50 byte[] hash = new byte[digest.getDigestSize()];
52 digest.doFinal(hash, 0);
56 BigInteger[] sig = signer.generateSignature(hash);
70 byte[] hash = new byte[digest.getDigestSize()];
72 digest.doFinal(hash, 0);
85 return signer.verifySignature(hash, sig[0], sig[1]);
  /external/chromium/base/
sha1_win.cc 26 ScopedHCRYPTHASH hash; local
27 if (!CryptCreateHash(provider, CALG_SHA1, 0, 0, hash.receive())) {
32 if (!CryptHashData(hash, reinterpret_cast<CONST BYTE*>(str.data()),
40 if (!CryptGetHashParam(hash, HP_HASHSIZE,
48 if (!CryptGetHashParam(hash, HP_HASHVAL,
58 LOG(ERROR) << "Returned hash value is wrong length: " << hash_len
  /external/chromium_org/base/
sha1_win.cc 26 ScopedHCRYPTHASH hash; local
27 if (!CryptCreateHash(provider, CALG_SHA1, 0, 0, hash.receive())) {
32 if (!CryptHashData(hash, reinterpret_cast<CONST BYTE*>(str.data()),
40 if (!CryptGetHashParam(hash, HP_HASHSIZE,
48 if (!CryptGetHashParam(hash, HP_HASHVAL,
58 DLOG(ERROR) << "Returned hash value is wrong length: " << hash_len

Completed in 818 milliseconds

1 2 3 4 5 6 78 91011>>