Searched refs:hash (Results 51 - 75 of 509) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsecrets.h58 uint8 hash[16]; member in struct:machine_acct_pass
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dmm_hash.h21 unsigned int hash; member in struct:_MM_Bucket
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso32/
H A Dvdso32.lds.S16 .hash : { *(.hash) } :text
17 .gnu.hash : { *(.gnu.hash) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S14 .hash : { *(.hash) } :text
15 .gnu.hash : { *(.gnu.hash) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Ddirhash.c3 * dirhash.c -- Calculate the hash of a directory entry
22 * Keyed 32-bit hash function using TEA in a Davis-Meyer function
119 /* The old legacy hash */
124 __u32 hash = hash1 + (hash0 ^ (*name++ * 7152373)); local
126 if (hash & 0x80000000) hash -= 0x7fffffff;
128 hash0 = hash;
161 * Returns the hash of a filename. If len is 0 and name is NULL, then
162 * this function can be used to test whether or not a hash version is
166 * uniquify a hash
178 __u32 hash; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsvcauth.c19 #include <linux/hash.h>
108 * 'auth_domains' are stored in a hash table indexed by name.
127 hlist_del(&dom->hash);
144 hlist_for_each_entry(hp, np, head, hash) {
152 hlist_add_head(&new->hash, head);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/err/
H A Derr.c230 void (*cb_thread_release)(LHASH **hash);
245 static void int_thread_release(LHASH **hash);
366 LHASH *hash; local
369 hash = ERRFN(err_get)(0);
370 if (!hash)
374 p = (ERR_STRING_DATA *)lh_retrieve(hash, d);
383 LHASH *hash; local
386 hash = ERRFN(err_get)(1);
387 if (!hash)
391 p = (ERR_STRING_DATA *)lh_insert(hash,
400 LHASH *hash; local
434 int_thread_release(LHASH **hash) argument
460 LHASH *hash; local
478 LHASH *hash; local
496 LHASH *hash; local
884 ERR_release_err_state_table(LHASH **hash) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr.c229 void (*cb_thread_release)(LHASH **hash);
244 static void int_thread_release(LHASH **hash);
365 LHASH *hash; local
368 hash = ERRFN(err_get)(0);
369 if (!hash)
373 p = (ERR_STRING_DATA *)lh_retrieve(hash, d);
382 LHASH *hash; local
385 hash = ERRFN(err_get)(1);
386 if (!hash)
390 p = (ERR_STRING_DATA *)lh_insert(hash,
399 LHASH *hash; local
433 int_thread_release(LHASH **hash) argument
459 LHASH *hash; local
477 LHASH *hash; local
495 LHASH *hash; local
905 ERR_release_err_state_table(LHASH **hash) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dsumversion.c41 uint32_t hash[MD4_HASH_WORDS]; member in struct:md4_ctx
87 static void md4_transform(uint32_t *hash, uint32_t const *in) argument
91 a = hash[0];
92 b = hash[1];
93 c = hash[2];
94 d = hash[3];
147 hash[0] += a;
148 hash[1] += b;
149 hash[2] += c;
150 hash[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c108 #define TDB_HASH_TOP(hash) (FREELIST_TOP + (BUCKET(hash)+1)*sizeof(tdb_off))
134 #define BUCKET(hash) ((hash) % tdb->header.hash_size)
196 plus a separate data list for each hash value */
202 u32 full_hash; /* the full 32 bit hash of the key */
573 printf("hash=%d\n", i);
953 /* initialise a new database with a specified hash size */
1001 static tdb_off tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, argument
1006 /* read in the hash to
1035 tdb_find_lock_hash(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, int locktype, struct list_struct *rec) argument
1078 tdb_update_hash(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, TDB_DATA dbuf) argument
1118 u32 hash; local
1141 tdb_exists_hash(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash) argument
1153 u32 hash = tdb->hash_fn(&key); local
1444 tdb_delete_hash(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash) argument
1460 u32 hash = tdb->hash_fn(&key); local
1472 u32 hash; local
1553 tdb_append_inplace(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, TDB_DATA new_dbuf) argument
1587 u32 hash; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c76 #define TDB_HASH_TOP(hash) (FREELIST_TOP + (BUCKET(hash)+1)*sizeof(tdb_off))
102 #define BUCKET(hash) ((hash) % tdb->header.hash_size)
164 plus a separate data list for each hash value */
170 u32 full_hash; /* the full 32 bit hash of the key */
541 printf("hash=%d\n", i);
921 /* initialise a new database with a specified hash size */
966 static tdb_off tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, argument
971 /* read in the hash to
1000 tdb_find_lock_hash(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, int locktype, struct list_struct *rec) argument
1043 tdb_update_hash(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, TDB_DATA dbuf) argument
1083 u32 hash; local
1106 tdb_exists_hash(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash) argument
1118 u32 hash = tdb->hash_fn(&key); local
1402 tdb_delete_hash(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash) argument
1418 u32 hash = tdb->hash_fn(&key); local
1430 u32 hash; local
1511 tdb_append_inplace(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, TDB_DATA new_dbuf) argument
1545 u32 hash; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Drandom.c79 * hash of the contents of the "entropy pool". The SHA hash avoids
314 * The input hash is much less sensitive than the output hash. All
315 * that we want of it is that it be a good non-cryptographic hash;
332 * this is a universal class of hash functions, meaning that the chance
338 * hash; hash collisions will occur no more often than chance.
729 * As we hash the pool, we mix intermediate values of
730 * the hash bac
1439 __u32 hash[12]; local
1466 __u32 hash[4]; local
1489 __u32 hash[4]; local
1521 u32 hash[4]; local
1539 u32 hash[12]; local
1558 __u32 hash[4]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dmcg.c66 u16 *hash)
75 *hash = imm;
86 * If GID is found in MGM or MGM is empty, *index = *hash, *prev = -1
90 * previous entry in hash chain and *mgm holds AMGM entry.
93 * entry in hash chain and *mgm holds end of hash chain.
97 u16 *hash, int *prev, int *index)
111 err = mlx4_MGID_HASH(dev, mailbox, hash);
127 *hash);
129 *index = *hash;
65 mlx4_MGID_HASH(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, u16 *hash) argument
95 find_mgm(struct mlx4_dev *dev, u8 *gid, struct mlx4_cmd_mailbox *mgm_mailbox, u16 *hash, int *prev, int *index) argument
162 u16 hash; local
257 u16 hash; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Daf_netlink.c107 struct nl_pid_hash hash; member in struct:netlink_table
135 static struct hlist_head *nl_pid_hashfn(struct nl_pid_hash *hash, u32 pid) argument
137 return &hash->table[jhash_1word(pid, hash->rnd) & hash->mask];
214 struct nl_pid_hash *hash = &nl_table[protocol].hash; local
220 head = nl_pid_hashfn(hash, pid);
250 static int nl_pid_hash_rehash(struct nl_pid_hash *hash, int grow) argument
257 omask = mask = hash
292 nl_pid_hash_dilute(struct nl_pid_hash *hash, int len) argument
329 struct nl_pid_hash *hash = &nl_table[sk->sk_protocol].hash; local
505 struct nl_pid_hash *hash = &nl_table[sk->sk_protocol].hash; local
1626 struct nl_pid_hash *hash = &nl_table[i].hash; local
1668 struct nl_pid_hash *hash = &nl_table[i].hash; local
1834 struct nl_pid_hash *hash = &nl_table[i].hash; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Ddb-4.4.t41 my %hash;
42 $hash{compact_filepercent} = 20;
44 ok $db->compact("red", "green", \%hash, 0, $end) == 0, " Compacted ok";
49 for my $key (sort keys %hash)
51 diag "[$key][$hash{$key}]\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dsa/
H A Dfips_dssvs.c199 unsigned char hash[20]; local
209 SHA1(msg,n,hash);
210 sig=DSA_do_sign(hash,sizeof hash,dsa);
223 unsigned char hash[20]; local
256 SHA1(msg,n,hash);
269 printf("Result = %c\n",DSA_do_verify(hash,sizeof hash,sig,dsa)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/vendor_defns/
H A Dhw_4758_cca.h81 unsigned char * hash,
97 unsigned char * hash,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Dhw_4758_cca.h81 unsigned char * hash,
97 unsigned char * hash,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dw32-add.h2 ## Comments are indicated by a double hash mark. Due to a
4 ## start with a hash mark.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Drevoke.c81 struct list_head hash; member in struct:jbd2_revoke_record_s
87 /* The revoke table is just a simple hash table of revoke records. */
90 /* It is conceivable that we might want a larger hash table
107 /* Borrowed from buffer.c: this is a tried and tested block hash function */
108 static inline int hash(journal_t *journal, unsigned long long block) function
112 int hash = (int)block ^ (int)((block >> 31) >> 1); local
114 return ((hash << (hash_shift - 6)) ^
115 (hash >> 13) ^
116 (hash << (hash_shift - 12))) & (table->hash_size - 1);
132 hash_list = &journal->j_revoke->hash_table[hash(journa
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_tcindex.c26 #define PERFECT_HASH_THRESHOLD 64 /* use perfect hash if not bigger */
51 struct tcindex_filter_result *perfect; /* perfect hash; NULL if none */
52 struct tcindex_filter **h; /* imperfect hash; only used if !perfect;
56 int hash; /* hash table size; 0 if undefined */ member in struct:tcindex_data
81 for (f = p->h[key % p->hash]; f; f = f->next)
144 p->hash = DEFAULT_HASH_SIZE;
167 for (i = 0; i < p->hash; i++)
195 return p->hash > (p->mask >> p->shift);
226 cp.hash
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_advertise.c26 #include "hash.h"
41 one packet. To do that we maintain attribute hash in struct
118 bgp_advertise_intern (struct hash *hash, struct attr *attr)
124 baa = (struct bgp_advertise_attr *) hash_get (hash, &ref, baa_hash_alloc);
131 bgp_advertise_unintern (struct hash *hash, struct bgp_advertise_attr *baa)
142 hash_release (hash, baa);
196 bgp_advertise_unintern (peer->hash[afi][safi], baa);
252 adv->baa = bgp_advertise_intern (peer->hash[af
116 bgp_advertise_intern(struct hash *hash, struct attr *attr) argument
129 bgp_advertise_unintern(struct hash *hash, struct bgp_advertise_attr *baa) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c81 #define TDB_HASH_TOP(hash) (FREELIST_TOP + (BUCKET(hash)+1)*sizeof(tdb_off))
105 #define BUCKET(hash) ((hash) % tdb->header.hash_size)
167 plus a separate data list for each hash value */
173 u32 full_hash; /* the full 32 bit hash of the key */
318 /* This is based on the hash algorithm from gdbm */
321 u32 value; /* Used to compute the hash value. */
548 printf("hash=%d\n", i);
926 /* initialise a new database with a specified hash siz
974 tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, struct list_struct *r) argument
1008 tdb_keylocked(TDB_CONTEXT *tdb, u32 hash) argument
1023 u32 hash, rec_ptr; local
1442 u32 hash; local
1557 u32 hash; local
1923 u32 i, j, hash; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c81 #define TDB_HASH_TOP(hash) (FREELIST_TOP + (BUCKET(hash)+1)*sizeof(tdb_off))
105 #define BUCKET(hash) ((hash) % tdb->header.hash_size)
167 plus a separate data list for each hash value */
173 u32 full_hash; /* the full 32 bit hash of the key */
318 /* This is based on the hash algorithm from gdbm */
321 u32 value; /* Used to compute the hash value. */
548 printf("hash=%d\n", i);
926 /* initialise a new database with a specified hash siz
974 tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, struct list_struct *r) argument
1008 tdb_keylocked(TDB_CONTEXT *tdb, u32 hash) argument
1023 u32 hash, rec_ptr; local
1442 u32 hash; local
1557 u32 hash; local
1923 u32 i, j, hash; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dexport.c10 * creates a client control block and adds it to the hash
27 #include <linux/hash.h>
275 int hash = item->ek_fsidtype; local
279 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS);
280 hash ^= hash_ptr(item->ek_client, EXPKEY_HASHBITS);
281 hash &= EXPKEY_HASHMASK;
284 hash);
295 int hash = new->ek_fsidtype; local
299 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS);
300 hash
702 int hash; local
719 int hash; local
1222 unsigned hash, export; local
1250 int hash = (*pos >> 32); local
[all...]

Completed in 650 milliseconds

1234567891011>>