Searched refs:hash (Results 401 - 425 of 1003) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dcrl.c83 " -hash - print hash value\n",
85 " -hash_old - print old-style (MD5) hash value\n",
112 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = local
206 else if (strcmp(*argv, "-hash") == 0)
207 hash = ++num;
342 if (hash == i) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dcrl.c83 " -hash - print hash value\n",
109 int hash=0,issuer=0,lastupdate=0,nextupdate=0,noout=0,text=0; local
192 else if (strcmp(*argv,"-hash") == 0)
193 hash= ++num;
285 if (hash == i)
H A Dopenssl.c133 /* The LHASH callbacks ("hash" & "cmp") have been replaced by functions with the
138 /* static unsigned long MS_CALLBACK hash(FUNCTION *a); */
139 static unsigned long MS_CALLBACK hash(const void *a_void);
507 if ((ret=lh_new(hash, cmp)) == NULL)
522 /* static unsigned long MS_CALLBACK hash(FUNCTION *a) */
523 static unsigned long MS_CALLBACK hash(const void *a_void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-sha.c15 #include <crypto/internal/hash.h>
218 struct crypto_shash *hash = __crypto_shash_cast(tfm); local
235 hash->descsize += crypto_shash_descsize(fallback_tfm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_input.c207 int hash, raw; local
213 hash = protocol & (MAX_INET_PROTOS - 1);
214 ipprot = rcu_dereference(inet_protos[hash]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dendpointola.c332 int hash; local
338 hash = sctp_assoc_hashfn(ep->base.bind_addr.port, rport);
339 head = &sctp_assoc_hashtable[hash];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp_ident.c483 iph1->hash = oakley_ph1hash_common(iph1, GENERATE);
484 if (iph1->hash == NULL)
487 iph1->hash = NULL;
1314 iph1->hash = oakley_ph1hash_common(iph1, GENERATE);
1315 if (iph1->hash == NULL)
1318 iph1->hash = NULL;
1517 + sizeof(*gen) + iph1->hash->l;
1535 p = set_isakmp_payload(p, iph1->hash, ISAKMP_NPTYPE_NONE);
1603 if (iph1->hash != NULL) {
1624 nptype = iph1->hash !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-userdb.h38 #include <dbus/dbus-hash.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_185.h150 u_int32_t /* hash function */
151 (*hash) __P((const void *, size_t)); member in struct:__anon6180
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dftp_var.h59 Extern int hash; /* print # for each buffer transferred */ variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip.h26 #include "hash.h"
227 void Curl_hostcache_clean(struct SessionHandle *data, struct curl_hash *hash);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Didmap.c472 * Fowler/Noll/Vo hash
482 unsigned int hash = FNV_1_32; local
485 hash *= FNV_P_32;
486 hash ^= (unsigned int)*p;
489 return hash;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h223 int hash; /* Hash of the positions of this state. */ member in struct:__anon6650
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dtdb.h65 u32 hash_size; /* number of hash entries */
78 u32 hash; member in struct:tdb_traverse_lock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_gem.c207 * we may want to use ida for number allocation and a hash table
545 struct drm_hash_item *hash; local
550 if (drm_ht_find_item(&mm->offset_hash, vma->vm_pgoff, &hash)) {
555 map = drm_hash_entry(hash, struct drm_map_list, hash)->map;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dsha1_generic.c19 #include <crypto/internal/hash.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dflow.c223 unsigned int hash; local
238 hash = flow_hash_code(fc, fcp, key);
239 hlist_for_each_entry(tfle, entry, &fcp->hash_table[hash], u.hlist) {
258 hlist_add_head(&fle->u.hlist, &fcp->hash_table[hash]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirqueue.c22 * This copyright does however _not_ include the ELF hash() function
40 * o the hash function for ints is pathetic (but could be changed)
208 * Function hash (name)
210 * This function hash the input string 'name' using the ELF hash
213 static __u32 hash( const char* name) function
464 hashv = hash( name );
577 hashv = hash( name );
731 hashv = hash( name );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_lblc.c77 * for IPVS lblc entry hash table
101 * IPVS lblc hash table
104 struct list_head bucket[IP_VS_LBLC_TAB_SIZE]; /* hash bucket */
143 * Returns hash value for IPVS LBLC entry
166 unsigned hash = ip_vs_lblc_hashkey(en->af, &en->addr); local
168 list_add(&en->list, &tbl->bucket[hash]);
181 unsigned hash = ip_vs_lblc_hashkey(af, addr); local
184 list_for_each_entry(en, &tbl->bucket[hash], list)
332 IP_VS_DBG(6, "LBLC hash table (memory=%Zdbytes) allocated for "
336 * Initialize the hash bucket
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/integrity/ima/
H A Dima.h23 #include <linux/hash.h>
45 u8 digest[IMA_DIGEST_SIZE]; /* sha1/md5 measurement hash */
50 u8 digest[IMA_DIGEST_SIZE]; /* sha1 or md5 measurement hash */
57 struct hlist_node hnext; /* place in hash collision list */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtracepoint.c37 * builtin and module tracepoints and the hash table.
42 * Tracepoint hash table, containing the active tracepoints.
182 * Get tracepoint if the tracepoint is present in the tracepoint hash table.
191 u32 hash = jhash(name, strlen(name), 0); local
193 head = &tracepoint_table[hash & (TRACEPOINT_TABLE_SIZE - 1)];
202 * Add the tracepoint to the tracepoint hash table. Must be called with
211 u32 hash = jhash(name, name_len-1, 0); local
213 head = &tracepoint_table[hash & (TRACEPOINT_TABLE_SIZE - 1)];
236 * Remove the tracepoint from the tracepoint hash table. Must be called with
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet6_hashtables.h27 #include <net/netns/hash.h>
31 /* I have no idea if this is a good hash for v6 or not. -DaveM */
59 * Sockets in TCP_CLOSE state are _always_ taken out of the hash, so
H A Dllc.h20 #include <linux/hash.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dhash-table.cc22 #include "hash-table.h"
26 #include <hash.h>
29 /* We use a hash table with double hashing. This is the simplest kind of
30 hash table, given that we always only insert and never remove entries
31 from the hash table. */
36 /* We make the size of the hash table a power of 2. This allows for two
104 "\ndumping the hash table\n"
122 fprintf (stderr, "\nend dumping hash table\n\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dgcrypt-module.h145 gcry_mpi_t hash,

Completed in 291 milliseconds

<<11121314151617181920>>