Searched refs:hash (Results 276 - 300 of 1003) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.h17 * $Id: hash.h,v 1.2 2009-10-02 09:32:40 franklahm Exp $
25 #include <atalk/hash.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/txt_db/
H A Dtxt_db.h102 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Ddyn.lds.S24 .hash : { *(.hash) }
25 .gnu.hash : { *(.gnu.hash) }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dinout.c302 uint8_t hash[SHA_DIGEST_LENGTH]; local
304 return recalculateHash( tor, piece, hash )
305 && !memcmp( hash, tor->info.pieces[piece].hash, SHA_DIGEST_LENGTH );
H A Dverify.c112 uint8_t hash[SHA_DIGEST_LENGTH]; local
114 SHA1_Final( hash, &sha );
115 hasPiece = !memcmp( hash, tor->info.pieces[pieceIndex].hash, SHA_DIGEST_LENGTH );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_utils_64.c193 unsigned long hash, hpteg; local
202 hash = hpt_hash(va, shift, ssize);
203 hpteg = ((hash & htab_hash_mask) * HPTES_PER_GROUP);
513 /* If hash size isn't already provided by the platform, we try to
661 /* create bolted the linear mapping in the hash table */
750 /* Initialize hash table for that CPU */
889 * -1 - critical hash insertion error
1051 /* Dump some info in case of hash insertion failure, they should
1127 /* Dump some info in case of hash insertion failure, they should
1143 unsigned long hash, inde local
1193 unsigned long hash, hpteg; local
1214 unsigned long hash, hidx, slot; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dudp.h41 #include <net/netns/hash.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Daf_unix.h22 unsigned hash; member in struct:unix_address
H A Dudp.h54 * struct udp_hslot - UDP hash slot
69 * @hash: hash table, sockets are hashed on (local port)
70 * @hash2: hash table, sockets are hashed on (local port, local address)
71 * @mask: number of slots in hash tables, minus 1
72 * @log: log2(number of slots in hash table)
75 struct udp_hslot *hash; member in struct:udp_table
85 return &table->hash[udp_hashfn(net, num, table->mask)];
88 * For secondary hash, net_hash_mix() is performed before calling
92 unsigned int hash)
91 udp_hashslot2(struct udp_table *table, unsigned int hash) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netfilter/
H A Dnf_conntrack.h99 /* Usage count in here is 1 for hash table/destruct timer, 1 per skb,
144 nf_ct_tuplehash_to_ctrack(const struct nf_conntrack_tuple_hash *hash) argument
146 return container_of(hash, struct nf_conn,
147 tuplehash[hash->tuple.dst.dir]);
183 /* Return conntrack_info and tuple hash for given skb. */
208 extern void nf_ct_free_hashtable(void *hash, int vmalloced, unsigned int size);
296 /* It's confirmed if it is, or has been in the hash table. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlzwenc.c40 /** One code in hash table */
53 int tabsize; ///< Number of values in hash table
72 * @return New hash value
74 static inline int hash(int head, const int add) function
84 * Hash function calculates next hash value
85 * @param head Actual hash code
87 * @return New hash value
98 * Hash function calculates hash offset
99 * @param head Actual hash code
128 int h = hash(FFMA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlzwenc.c41 /** One code in hash table */
54 int tabsize; ///< Number of values in hash table
73 * @return New hash value
75 static inline int hash(int head, const int add) function
85 * Hash function calculates next hash value
86 * @param head Actual hash code
88 * @return New hash value
99 * Hash function calculates hash offset
100 * @param head Actual hash code
129 int h = hash(FFMA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpasswd.c405 char *hash = NULL; local
465 /* now compute password hash */
468 hash = DES_crypt(passwd, *salt_p);
472 hash = md5crypt(passwd, (use1 ? "1" : "apr1"), *salt_p);
474 assert(hash != NULL);
477 BIO_printf(out, "%s\t%s\n", passwd, hash);
479 BIO_printf(out, "%s\t%s\n", hash, passwd);
481 BIO_printf(out, "%s\n", hash);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dglock.c49 int hash; /* hash bucket index */ member in struct:gfs2_glock_iter
78 * They are taken from the ipv4 routing hash code, which is well tested
84 * the same hash function for both, but with a different hash mask.
125 * gl_hash() - Turn glock number into hash bucket number
128 * Returns: The number of the corresponding hash bucket
273 static struct gfs2_glock *search_bucket(unsigned int hash, argument
280 hlist_for_each_entry(gl, h, &gl_hash_table[hash].hb_list, gl_list) {
754 unsigned int hash local
1444 examine_bucket(glock_examiner examiner, struct gfs2_sbd *sdp, unsigned int hash) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpasswd.c405 char *hash = NULL; local
465 /* now compute password hash */
468 hash = DES_crypt(passwd, *salt_p);
472 hash = md5crypt(passwd, (use1 ? "1" : "apr1"), *salt_p);
474 assert(hash != NULL);
477 BIO_printf(out, "%s\t%s\n", passwd, hash);
479 BIO_printf(out, "%s\t%s\n", hash, passwd);
481 BIO_printf(out, "%s\n", hash);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpasswd.c421 char *hash = NULL; local
483 /* now compute password hash */
486 hash = DES_crypt(passwd, *salt_p);
490 hash = md5crypt(passwd, (use1 ? "1" : "apr1"), *salt_p);
492 assert(hash != NULL);
495 BIO_printf(out, "%s\t%s\n", passwd, hash);
497 BIO_printf(out, "%s\t%s\n", hash, passwd);
499 BIO_printf(out, "%s\n", hash);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c343 __u16 hash; local
347 hash = udp_app_hashkey(port);
351 list_for_each_entry(i, &udp_apps[hash], p_list) {
357 list_add(&inc->p_list, &udp_apps[hash]);
378 int hash; local
387 hash = udp_app_hashkey(cp->vport);
390 list_for_each_entry(inc, &udp_apps[hash], p_list) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c42 // Interface functions for hash table
264 /** return the current size of the hash table
271 /** Remove a numeric keyed entry from a hash table if it exists,
276 ANTLR3_UINT32 hash; local
281 /* First we need to know the hash of the provided key
283 hash = (ANTLR3_UINT32)(key % (ANTLR3_INTKEY)(table->modulo));
285 /* Knowing the hash, we can find the bucket
287 bucket = table->buckets + hash;
327 /** Remove the element in the hash table for a particular
333 ANTLR3_UINT32 hash; local
446 ANTLR3_UINT32 hash; local
485 ANTLR3_UINT32 hash; local
525 ANTLR3_UINT32 hash; local
596 ANTLR3_UINT32 hash; local
838 ANTLR3_UINT32 hash; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_enc.c363 const EVP_MD *hash; local
371 if (!ssl_cipher_get_evp(s->session,&c,&hash,&comp))
378 s->s3->tmp.new_hash=hash;
385 num=EVP_CIPHER_key_length(c)+EVP_MD_size(hash)+EVP_CIPHER_iv_length(c);
586 const EVP_MD *hash; local
596 hash=ssl->write_hash;
603 hash=ssl->read_hash;
606 md_size=EVP_MD_size(hash);
612 EVP_DigestInit_ex( &md_ctx,hash, NULL);
624 EVP_DigestInit_ex( &md_ctx,hash, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery.ui.tabs.js70 _sanitizeSelector: function( hash ) {
72 return hash.replace( /:/g, "\\:" );
103 fragmentId = /^#.+/; // Safari 2 reports '#' for an empty hash
114 // For dynamically created HTML that contains a hash as href IE < 8 expands
115 // such href to the full page url with hash and then misinterprets tab as ajax.
123 href = a.hash;
171 if ( location.hash ) {
173 if ( a.hash == location.hash ) {
213 self.element.find( self._sanitizeSelector( self.anchors[ o.selected ].hash ) )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dutils.c294 /* Simple, efficient hash function from Daniel J. Bernstein */
298 unsigned int hash = 5381; local
303 hash = ((hash << 5) + hash) + (*data);
306 return hash;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dbeat_htab.c226 unsigned long hash; local
231 hash = hpt_hash(va, mmu_psize_defs[psize].shift, MMU_SEGSIZE_256M);
235 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
249 hash = ~hash;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_hash.c47 CSChashNew - create a new libcsc hash table
48 CSChashDel - remove a libcsc hash table
49 CSChashStat - query statistics of a libcsc hash table
50 CSChashEntryPut - put an entry into a libcsc hash table
51 CSChashEntryGet - get an item from a libcsc hash table
52 CSChashEntryDel - remove an entry from a libcsc hash table
53 CSChashEntryNext - find next entry in a libcsc hash table
54 CSChashEntryStat - query the fields of a libcsc hash table entry
55 CSChashRead - read an ASCII format libcsc hash table
56 CSChashWrite - write a libcsc hash tabl
219 S_hashEntryType** hash; member in struct:S_hashTableType
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c99 __le32 hash; member in struct:dx_entry
105 * dirent the two low bits of the hash version will be zero. Therefore, the
106 * hash version mod 4 should never be 0. Sincerely, the paranoia department.
143 u32 hash; member in struct:dx_map_entry
170 static void dx_insert_block (struct dx_frame *frame, u32 hash, u32 block);
171 static int ext3_htree_next_block(struct inode *dir, __u32 hash,
208 return le32_to_cpu(entry->hash);
213 entry->hash = cpu_to_le32(value);
289 printk(":%x.%u ", h.hash,
312 u32 block = dx_get_block(entries), hash local
350 u32 hash; local
503 ext3_htree_next_block(struct inode *dir, __u32 hash, struct dx_frame *frame, struct dx_frame *frames, __u32 *start_hash) argument
763 dx_insert_block(struct dx_frame *frame, u32 hash, u32 block) argument
965 u32 hash; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c98 __le32 hash; member in struct:dx_entry
104 * dirent the two low bits of the hash version will be zero. Therefore, the
105 * hash version mod 4 should never be 0. Sincerely, the paranoia department.
142 u32 hash; member in struct:dx_map_entry
170 u32 hash, ext4_lblk_t block);
171 static int ext4_htree_next_block(struct inode *dir, __u32 hash,
209 return le32_to_cpu(entry->hash);
214 entry->hash = cpu_to_le32(value);
290 printk(":%x.%u ", h.hash,
314 ext4_lblk_t hash local
353 u32 hash; local
502 ext4_htree_next_block(struct inode *dir, __u32 hash, struct dx_frame *frame, struct dx_frame *frames, __u32 *start_hash) argument
761 dx_insert_block(struct dx_frame *frame, u32 hash, ext4_lblk_t block) argument
964 u32 hash; local
[all...]

Completed in 222 milliseconds

<<11121314151617181920>>