Searched refs:hash (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wlan/
H A Dwlan_node.c100 int hash; local
103 hash = IEEE80211_NODE_HASH(macaddr);
122 /* Insert into the hash list i.e. the bucket */
123 if((ni->ni_hash_next = nt->nt_hash[hash]) != NULL)
125 nt->nt_hash[hash]->ni_hash_prev = ni;
128 nt->nt_hash[hash] = ni;
143 int hash; local
147 hash = IEEE80211_NODE_HASH(macaddr);
148 for(ni = nt->nt_hash[hash]; ni; ni = ni->ni_hash_next) {
201 int hash; local
[all...]
/netgear-R7800-V1.0.2.28/package/px5g/src/polarssl/
H A Drsa.h108 int hash_id; /*!< hash identifier */
123 * \param hash_id RSA_PKCS_V21 hash identifier
254 * \param hash buffer holding the message digest
267 unsigned char *hash,
277 * \param hash buffer holding the message digest
290 unsigned char *hash,
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Drsa.c402 unsigned char *hash,
452 memcpy( p, hash, hashlen );
457 memcpy( p + 18, hash, 16 );
462 memcpy( p + 18, hash, 16 );
467 memcpy( p + 18, hash, 16 );
472 memcpy( p + 15, hash, 20 );
491 unsigned char *hash,
547 if( memcmp( p + 18, hash, 16 ) == 0 )
557 memcmp( p + 15, hash, 20 ) == 0 )
565 if( memcmp( p, hash, hashle
398 rsa_pkcs1_sign( rsa_context *ctx, int mode, int hash_id, int hashlen, unsigned char *hash, unsigned char *sig ) argument
487 rsa_pkcs1_verify( rsa_context *ctx, int mode, int hash_id, int hashlen, unsigned char *hash, unsigned char *sig ) argument
[all...]
H A Dx509write.c968 * make hash from tbs and sign that with private key
973 unsigned char hash[20], *sign; local
976 /* make hash */
977 sha1(chain->tbs.data, chain->tbs.len, hash);
984 if ((ret = rsa_pkcs1_sign(privkey, RSA_PRIVATE, RSA_SHA1, 20, hash,
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/app/nathelper/linux/
H A Dnapt_helper.c317 napt_ct_list_iterate(uint32_t *hash, uint32_t *iterate) argument
324 while(*hash < nf_conntrack_htable_size)
329 pos = rcu_dereference((&net->ct.hash[*hash])->first);
339 ++(*hash);
H A Dnapt_helper.h38 napt_ct_list_iterate(uint32_t *hash, uint32_t *pos) ;
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/crypto/
H A Dmd5_ubicom32_asm.S110 ; initialize the output registers of the hash module
141 ; initialize the output registers of the hash module
166 ; performs intermediate transformation step for the hash calculation
206 ; wait for the module to calculate the output hash
215 ; Return the hash of the input data
H A Dsha1_ubicom32_asm.S3 * SHA1 hash support for Ubicom32 architecture V3.
112 ; initialize the output registers of the hash module
145 ; initialize the output registers of the hash module
171 ; performs intermediate transformation step for the hash calculation
211 ; wait for the module to calculate the output hash
220 ; Return the hash of the input data
/netgear-R7800-V1.0.2.28/package/sbsaved/files/
H A Dpersistence.sh21 local hash=$1
22 for key in $(redis-cli hkeys ${hash}); do
23 local value=$(redis-cli HGET ${hash} ${key})
24 echo "redis-cli HSET ${hash} ${key} ${value}"
72 hash)
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/app/nathelper/linux/lib/
H A Dnat_helper_dt.c83 napt_hash_buf_init(struct napt_ct **hash, struct nhlist_head **hash_head) argument
88 *hash = (struct napt_ct *)kmalloc(sizeof(struct napt_ct)*buffer_size, GFP_ATOMIC);
89 if(!(*hash))
99 kfree(*hash);
103 memset(*hash,0,sizeof(struct napt_ct)*buffer_size);
120 struct napt_ct *hash, struct nhlist_head *hash_head)
148 if (hash[i].ct_addr == 0)
153 if (hash[j].ct_addr == 0)
163 node = &(hash[index]);
185 struct napt_ct *hash, struc
119 napt_hash_add(a_uint32_t ct_addr, a_uint32_t *hash_cnt, struct napt_ct *hash, struct nhlist_head *hash_head) argument
184 napt_hash_find(a_uint32_t ct_addr, a_uint32_t *hash_cnt, struct napt_ct *hash, struct nhlist_head *hash_head) argument
994 a_uint32_t hash = 0, iterate = 0; local
1041 a_uint32_t hash = 0; local
[all...]
/netgear-R7800-V1.0.2.28/package/kernel/modules/
H A Dcrypto.mk22 # always set, even if no hash modules are selected
42 define KernelPackage/crypto-hash
43 TITLE:=CryptoAPI hash support
49 $(eval $(call KernelPackage,crypto-hash))
53 DEPENDS:=+kmod-crypto-hash
67 DEPENDS:=+kmod-crypto-hash +kmod-crypto-manager
225 DEPENDS:=+kmod-crypto-hash
269 DEPENDS:=+kmod-crypto-hash
282 DEPENDS:=+kmod-crypto-hash
294 DEPENDS:=+kmod-crypto-hash
[all...]
/netgear-R7800-V1.0.2.28/package/dumpevents/files/
H A Dnodes_json.lua22 elseif datatype == 'hash' then
/netgear-R7800-V1.0.2.28/scripts/config/
H A Dsymbol.c665 int hash = 0; local
676 hash += *ptr;
677 hash &= 0xff;
679 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) {
689 hash = 256;
700 symbol->next = symbol_hash[hash];
701 symbol_hash[hash] = symbol;
710 int hash = 0; local
723 hash += *ptr;
724 hash
[all...]
/netgear-R7800-V1.0.2.28/scripts/flashing/
H A Dadam2flash-fritzbox.pl162 $ftp->hash(\*STDOUT, 64 * 1024);
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/nss_qdisc/
H A Dnss_qdisc.h149 struct hlist_head *hash; /* Pointer to hash table */ member in struct:nss_qdisc
H A Dnss_bf.c39 struct Qdisc_class_hash clhash; /* class hash */
53 nss_qdisc_warning("%s: Cannot find class with classid %u in qdisc %p hash table %p\n", __func__, classid, sch, &q->clhash);
118 nss_qdisc_info("%s: Adding classid %u to qdisc %p hash queue %p\n", __func__, classid, sch, &q->clhash);
153 * Add class to hash tree once it is attached in the NSS
527 nss_qdisc_hlist_for_each_entry(cl, n, &q->clhash.hash[i],
610 nss_qdisc_hlist_for_each_entry(cl, n, &q->clhash.hash[i], cl_common.hnode)
635 nss_qdisc_hlist_for_each_entry_safe(cl, n, next, &q->clhash.hash[i], cl_common.hnode) {
H A Dnss_wrr.c29 struct Qdisc_class_hash clhash; /* class hash */
39 nss_qdisc_warning("%s: Cannot find class with classid %u in qdisc %p hash table %p\n", __func__, classid, sch, &q->clhash);
159 nss_qdisc_info("%s: Adding classid %u to qdisc %p hash queue %p\n", __func__, classid, sch, &q->clhash);
192 * Add class to hash tree once it is attached in the NSS
475 nss_qdisc_hlist_for_each_entry(cl, n, &q->clhash.hash[i],
566 nss_qdisc_hlist_for_each_entry(cl, n, &q->clhash.hash[i], cl_common.hnode)
587 nss_qdisc_hlist_for_each_entry_safe(cl, n, next, &q->clhash.hash[i], cl_common.hnode) {
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_classifier_hyfi.c288 * Compute the hash
290 if (unlikely(hyfi_hash_skbuf(skb, &chfi->flow.hash, &chfi->flow.flag, &chfi->flow.priority, &chfi->flow.seq))) {
298 DEBUG_INFO("Flow serial: %d\nFlow hash: 0x%02x, priority 0x%08x, flag: %d\nSA: %pM\nDA: %pM\n\n",
299 chfi->flow.ecm_serial, chfi->flow.hash, chfi->flow.priority, chfi->flow.flag,
345 DEBUG_INFO("UPDATE STATS: Flow serial: %d\nFlow hash: 0x%02x, priority 0x%08x, flag: %d\nSA: %pM\nDA: %pM\n\n",
346 chfi->flow.ecm_serial, chfi->flow.hash, chfi->flow.priority, chfi->flow.flag,
/netgear-R7800-V1.0.2.28/package/shortcut-fe/src/
H A Dsfe_ipv6.c296 /* Pointer to the next entry in a hash chain */
298 /* Pointer to the previous entry in a hash chain */
325 * IPv6 connections and hash table size information.
440 /* Connection hash table */
442 /* Connection match hash table */
458 /* Number of IPv6 connection create requests that collided with existing hash table entries */
462 /* Number of IPv6 connection destroy requests that missed our hash table */
464 /* Number of IPv6 connection match hash hits */
466 /* Number of IPv6 connection match hash reorders */
478 /* Number of IPv6 connection create requests that collided with existing hash tabl
590 uint32_t idx, hash = 0; local
964 uint32_t idx, hash = 0; local
[all...]
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Dmd5.c160 void MD5_Final (hash, mdContext)
161 unsigned char hash[];
198 memcpy(hash, mdContext->digest, 16);
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmd5.c160 void MD5_Final (hash, mdContext)
161 unsigned char hash[];
198 memcpy(hash, mdContext->digest, 16);
/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/drivers/usb/host/
H A Dadm5120-q.c370 int hash; local
411 /* hash it for later reverse mapping */
412 hash = TD_HASH_FUNC(td->td_dma);
413 td->td_hash = ahcd->td_hash[hash];
414 ahcd->td_hash[hash] = td;
/netgear-R7800-V1.0.2.28/package/qca-mcs/src/
H A Dmc_ecm.c104 head = &mc->hash[mc_group_hash(mc->salt, mc_group->u.ip4)];
H A Dmc_private.h194 __be32 salt; /* salt for hash */
199 struct hlist_head hash[MC_HASH_SIZE]; member in struct:mc_struct
246 struct hlist_node hlist; /* mdb hash table */
H A Dmc_netlink.c240 os_hlist_for_each_entry_rcu(mdb, mdbh, &mc->hash[i], hlist) {
399 os_hlist_for_each_entry_rcu(mdb, mdbh, &mc->hash[i], hlist) {
425 os_hlist_for_each_entry_rcu(mdb, mdbh, &mc->hash[i], hlist) {

Completed in 176 milliseconds

12