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

1 2 3 4 5 6 78 91011>>

  /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_org/third_party/icu/source/common/
uhash.h 29 * functions. These functions hash keys, compare keys, delete keys,
54 * UHashElement pointer. A hash element contains a key, value, and
95 * This is a single hash element.
108 * @return A NON-NEGATIVE hash code for parm.
159 UHashFunction *keyHasher; /* Computes hash from key.
219 * @param size The initial capacity of this hash table.
242 uhash_init(UHashtable *hash,
250 * @param hash The UHashtable to close. If hash is NULL no operation is performed.
253 uhash_close(UHashtable *hash);
    [all...]
  /external/icu4c/common/
uhash.h 31 * functions. These functions hash keys, compare keys, delete keys,
56 * UHashElement pointer. A hash element contains a key, value, and
88 * This is a single hash element.
101 * @return A NON-NEGATIVE hash code for parm.
139 UHashFunction *keyHasher; /* Computes hash from key.
199 * @param size The initial capacity of this hash table.
222 uhash_init(UHashtable *hash,
230 * @param hash The UHashtable to close. If hash is NULL no operation is performed.
233 uhash_close(UHashtable *hash);
    [all...]
  /external/apache-http/src/org/apache/http/auth/
BasicUserPrincipal.java 62 int hash = LangUtils.HASH_SEED; local
63 hash = LangUtils.hashCode(hash, this.username);
64 return hash;
  /external/chromium/base/
sha1.h 18 SHA1_LENGTH = 20 // Length in bytes of a SHA-1 hash.
21 // Computes the SHA-1 hash of the input string |str| and returns the full
22 // hash.
25 // Computes the SHA-1 hash of the |len| bytes in |data| and puts the hash
26 // in |hash|. |hash| must be SHA1_LENGTH bytes long.
28 unsigned char* hash);
  /external/chromium/net/http/
des.h 23 // bytes), and |hash| is an 8-byte buffer receiving the output ciphertext.
24 void DESEncrypt(const uint8* key, const uint8* src, uint8* hash);
  /external/chromium_org/base/
sha1.h 16 static const size_t kSHA1Length = 20; // Length in bytes of a SHA-1 hash.
18 // Computes the SHA-1 hash of the input string |str| and returns the full
19 // hash.
22 // Computes the SHA-1 hash of the |len| bytes in |data| and puts the hash
23 // in |hash|. |hash| must be kSHA1Length bytes long.
25 unsigned char* hash);
  /external/chromium_org/net/http/
des.h 23 // bytes), and |hash| is an 8-byte buffer receiving the output ciphertext.
25 uint8* hash);
  /external/chromium_org/remoting/host/
pin_hash.cc 16 std::string hash = protocol::AuthenticationMethod::ApplyHashFunction( local
19 base::Base64Encode(hash, &hash_base64);
23 bool VerifyHostPinHash(const std::string& hash,
27 if (!hash_parsed.Parse(hash)) {
28 LOG(FATAL) << "Invalid hash.";
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCacheKey.h 59 unsigned hash() const function in struct:WebCore::FontCacheKey
62 CaseFoldingHash::hash(m_familyName),
98 static unsigned hash(const FontCacheKey& key) function in struct:WebCore::FontCacheKeyHash
100 return key.hash();
  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoAlgorithmParams.h 117 explicit WebCryptoHmacParams(const WebCryptoAlgorithm& hash)
119 , m_hash(hash)
121 BLINK_ASSERT(!hash.isNull());
124 const WebCryptoAlgorithm& hash() const { return m_hash; } function in class:blink::WebCryptoHmacParams
132 WebCryptoHmacKeyParams(const WebCryptoAlgorithm& hash, bool hasLengthBytes, unsigned lengthBytes)
134 , m_hash(hash)
138 BLINK_ASSERT(!hash.isNull());
142 const WebCryptoAlgorithm& hash() const { return m_hash; } function in class:blink::WebCryptoHmacKeyParams
165 explicit WebCryptoRsaSsaParams(const WebCryptoAlgorithm& hash)
167 , m_hash(hash)
172 const WebCryptoAlgorithm& hash() const { return m_hash; } function in class:blink::WebCryptoRsaSsaParams
240 const WebCryptoAlgorithm& hash() const { return m_hash; } function in class:blink::WebCryptoRsaOaepParams
    [all...]
  /external/e2fsprogs/lib/e2p/
hashstr.c 20 struct hash { struct
25 static struct hash hash_list[] = {
34 struct hash *p;
46 * Returns the hash algorithm, or -1 on error
50 struct hash *p;
  /external/elfutils/libelf/
elf_hash.c 0 /* Hash function used in ELF implementations.
58 #include <dl-hash.h>
  /external/guava/guava/src/com/google/common/hash/
Funnel.java 15 package com.google.common.hash;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
hash.pass.cpp 14 // long hash(const charT* low, const charT* high) const;
29 assert(f.hash(x1.data(), x1.data() + x1.size())
30 != f.hash(x2.data(), x2.data() + x2.size()));
36 assert(f.hash(x1.data(), x1.data() + x1.size())
37 != f.hash(x2.data(), x2.data() + x2.size()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
hash.pass.cpp 14 // long hash(const charT* low, const charT* high) const;
31 assert(f.hash(x1.data(), x1.data() + x1.size())
32 != f.hash(x2.data(), x2.data() + x2.size()));
38 assert(f.hash(x1.data(), x1.data() + x1.size())
39 != f.hash(x2.data(), x2.data() + x2.size()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.hash/
hash.pass.cpp 15 // struct hash<type_index>
27 assert(std::hash<std::type_index>()(t1) == t1.hash_code());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.synopsis/
hash_type_index.pass.cpp 12 // struct hash<type_index>
24 std::hash<std::type_index> >::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 71 // Transforms the __hash value hash into a ranged-hash value.
73 operator()(size_type hash) const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 71 // Transforms the __hash value hash into a ranged-hash value.
73 operator()(size_type hash) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 71 // Transforms the __hash value hash into a ranged-hash value.
73 operator()(size_type hash) const;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 71 // Transforms the __hash value hash into a ranged-hash value.
73 operator()(size_type hash) const;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 71 // Transforms the __hash value hash into a ranged-hash value.
73 operator()(size_type hash) const;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 71 // Transforms the __hash value hash into a ranged-hash value.
73 operator()(size_type hash) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 71 // Transforms the __hash value hash into a ranged-hash value.
73 operator()(size_type hash) const;

Completed in 1134 milliseconds

1 2 3 4 5 6 78 91011>>