HomeSort by relevance Sort by last modified time
    Searched full:hash (Results 551 - 575 of 2206) sorted by null

<<21222324252627282930>>

  /external/webkit/JavaScriptCore/wtf/
HashMap.h 30 template<typename KeyArg, typename MappedArg, typename HashArg = typename DefaultHash<KeyArg>::Hash,
89 // static unsigned hash(const T&);
98 // static unsigned hash(const T&);
120 static unsigned hash(const KeyType& key) { return HashFunctions::hash(key); } function in struct:WTF::HashMapTranslator
134 static unsigned hash(const T& key) { return Translator::hash(key); } function in struct:WTF::HashMapTranslatorAdapter
  /external/wpa_supplicant/
tlsv1_common.c 193 if (suite->hash == TLS_HASH_MD5) {
196 } else if (suite->hash == TLS_HASH_SHA) {
396 u8 len[2], hash[100]; local
504 "hash value");
526 hlen = sizeof(hash);
527 if (crypto_hash_finish(hmac, hash, &hlen) < 0) {
533 os_memcmp(hash, out_data + *out_len, hlen) != 0) {
  /external/zlib/
deflate.h 129 /* Link to older string with same hash index. To limit the size of this
134 Posf *head; /* Heads of the hash chains or NIL. */
136 uInt ins_h; /* hash index of string to be inserted */
137 uInt hash_size; /* number of elements in hash table */
144 * byte no longer takes part in the hash key, that is:
166 /* To speed up deflation, hash chains are never searched beyond this
177 /* Insert new strings in the hash table only if the match length is not
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_enrollee.c 51 u8 *hash; local
63 "E-Hash derivation");
70 hash = wpabuf_put(msg, SHA256_MAC_LEN);
80 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
81 wpa_hexdump(MSG_DEBUG, "WPS: E-Hash1", hash, SHA256_MAC_LEN);
86 hash = wpabuf_put(msg, SHA256_MAC_LEN);
90 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
91 wpa_hexdump(MSG_DEBUG, "WPS: E-Hash2", hash, SHA256_MAC_LEN);
558 u8 hash[SHA256_MAC_LEN]; local
579 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
598 u8 hash[SHA256_MAC_LEN]; local
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
bfd.info 375 /* A hash table for section names. */
848 #define bfd_link_hash_table_free(abfd, hash) \
849 BFD_SEND (abfd, _bfd_link_hash_table_free, (hash))
    [all...]
cppinternals.info 58 * Hash Nodes:: All identifiers are entered into a hash table.
90 File: cppinternals.info, Node: Lexer, Next: Hash Nodes, Prev: Conventions, Up: Top
364 File: cppinternals.info, Node: Hash Nodes, Next: Macro Expansion, Prev: Lexer, Up: Top
366 Hash Nodes
369 When cpplib encounters an "identifier", it generates a hash code for it
370 and stores it in the hash table. By "identifier" we mean tokens with
376 Each node in the hash table contain various information about the
384 entered in the hash table during initialization. The hash nod
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
bfd.info 376 /* A hash table for section names. */
852 #define bfd_link_hash_table_free(abfd, hash) \
853 BFD_SEND (abfd, _bfd_link_hash_table_free, (hash))
    [all...]
cppinternals.info 59 * Hash Nodes:: All identifiers are entered into a hash table.
91 File: cppinternals.info, Node: Lexer, Next: Hash Nodes, Prev: Conventions, Up: Top
365 File: cppinternals.info, Node: Hash Nodes, Next: Macro Expansion, Prev: Lexer, Up: Top
367 Hash Nodes
370 When cpplib encounters an "identifier", it generates a hash code for it
371 and stores it in the hash table. By "identifier" we mean tokens with
377 Each node in the hash table contain various information about the
385 entered in the hash table during initialization. The hash nod
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
bfd.info 376 /* A hash table for section names. */
852 #define bfd_link_hash_table_free(abfd, hash) \
853 BFD_SEND (abfd, _bfd_link_hash_table_free, (hash))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
bfd.info 377 /* A hash table for section names. */
850 #define bfd_link_hash_table_free(abfd, hash) \
851 BFD_SEND (abfd, _bfd_link_hash_table_free, (hash))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
bfd.info 376 /* A hash table for section names. */
852 #define bfd_link_hash_table_free(abfd, hash) \
853 BFD_SEND (abfd, _bfd_link_hash_table_free, (hash))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/
bfd.info 376 /* A hash table for section names. */
852 #define bfd_link_hash_table_free(abfd, hash) \
853 BFD_SEND (abfd, _bfd_link_hash_table_free, (hash))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
bfd.info 376 /* A hash table for section names. */
852 #define bfd_link_hash_table_free(abfd, hash) \
853 BFD_SEND (abfd, _bfd_link_hash_table_free, (hash))
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
bfd.info 438 /* A hash table for section names. */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
bfd.info 438 /* A hash table for section names. */
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Arrays.java 823 * Returns a hash code based on the contents of the given array. For any two
835 * the array whose hash code to compute.
836 * @return the hash code for {@code array}.
844 // 1231, 1237 are hash code values for boolean value
851 * Returns a hash code based on the contents of the given array. For any two
863 * the array whose hash code to compute.
864 * @return the hash code for {@code array}.
872 // the hash code value for integer value is integer value itself
879 * Returns a hash code based on the contents of the given array. For any two
891 * the array whose hash code to compute
    [all...]
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorJS.pm     [all...]
  /external/clearsilver/util/
neo_hdf.c 31 /* Ok, in order to use the hash, we have to support n-len strings
37 * Since HASH doesn't maintain any data placed in it, merely pointers to
39 * comp/hash functions which just use the name/name_len as the key.
157 if (myhdf->hash != NULL)
159 ne_hash_destroy(&myhdf->hash);
240 if (parent && parent->hash)
244 hp = ne_hash_lookup(parent->hash, &hash_key);
559 err = ne_hash_init(&(hdf->hash), hash_hdf_hash, hash_hdf_comp);
565 err = ne_hash_insert(hdf->hash, child, child);
681 if (hn->hash != NULL
    [all...]
  /external/dropbear/libtomcrypt/src/hashes/
rmd160.c 15 RMD160 hash function
326 Initialize the hash state
327 @param md The hash state you wish to initialize
344 Process a block of memory though the hash
345 @param md The hash state
346 @param in The data to hash
353 Terminate the hash to get the digest
354 @param md The hash state
355 @param out [out] The destination of the hash (20 bytes)
408 Self-test the hash
    [all...]
rmd320.c 15 RMD320 hash function
339 Initialize the hash state
340 @param md The hash state you wish to initialize
362 Process a block of memory though the hash
363 @param md The hash state
364 @param in The data to hash
371 Terminate the hash to get the digest
372 @param md The hash state
373 @param out [out] The destination of the hash (20 bytes)
426 Self-test the hash
    [all...]
  /external/kernel-headers/original/linux/
ext3_fs.h 178 #define EXT3_INDEX_FL 0x00001000 /* hash-indexed directory */
475 __le32 s_hash_seed[4]; /* HTREE hash seed */
476 __u8 s_def_hash_version; /* Default hash version to use */
651 * Hash Tree Directory indexing
675 /* hash info structure used by the directory hash */
678 u32 hash; member in struct:dx_hash_info
710 * readdir operations in hash tree order.
772 extern int ext3_htree_store_dirent(struct file *dir_file, __u32 hash,
780 /* hash.c *
    [all...]
  /external/openssl/ssl/
s3_enc.c 364 const EVP_MD *hash; local
372 if (!ssl_cipher_get_evp(s->session,&c,&hash,&comp))
379 s->s3->tmp.new_hash=hash;
386 num=EVP_CIPHER_key_length(c)+EVP_MD_size(hash)+EVP_CIPHER_iv_length(c);
590 const EVP_MD *hash; local
600 hash=ssl->write_hash;
607 hash=ssl->read_hash;
610 md_size=EVP_MD_size(hash);
616 EVP_DigestInit_ex( &md_ctx,hash, NULL);
628 EVP_DigestInit_ex( &md_ctx,hash, NULL)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_server_read.c 759 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN], *hpos, *buf; local
827 hpos = hash;
859 wpa_hexdump(MSG_MSGDUMP, "TLSv1: CertificateVerify hash", hash, hlen);
898 if (buflen != hlen || os_memcmp(buf, hash, buflen) != 0) {
901 "hash");
974 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN]; local
1031 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
1042 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN,
1052 "client finished", hash, MD5_MAC_LEN + SHA1_MAC_LEN
    [all...]
  /external/icu4c/i18n/
ucol_imp.h 124 * uint32_t unsafeCP; - hash table of unsafe code points (uint8_t *). See ucol_unsafeCP function.
125 * uint32_t contrEndCP; - hash table of final code points in contractions (uint8_t *). See ucol_contractionEndCP.
229 /* Unsafe UChar hash table table size. */
1045 int32_t hash; local
    [all...]
  /external/ipsec-tools/src/racoon/
handler.c 346 VPTRINIT(iph1->hash);
857 vchar_t *hash; local
865 hash = eay_md5_one(rbuf);
866 if (!hash) {
873 if (memcmp(hash->v, r->hash->v, r->hash->l) == 0)
876 vfree(hash);
929 * adding a hash of received packet into the received list.
950 new->hash = eay_md5_one(rbuf)
    [all...]

Completed in 658 milliseconds

<<21222324252627282930>>