Searched refs:tkey (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dp_ip.c27 parse_ip(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
38 tkey->off = 12;
39 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey);
44 tkey->off = 16;
45 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey);
54 tkey->off = 1;
55 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
60 tkey->off = 0;
61 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey);
66 tkey
142 parse_ip6(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
[all...]
H A Dm_pedit.c57 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
117 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
124 if (tkey->off % 4) {
129 sel->keys[hwm].val = tkey->val;
130 sel->keys[hwm].mask = tkey->mask;
131 sel->keys[hwm].off = tkey->off;
132 sel->keys[hwm].at = tkey->at;
133 sel->keys[hwm].offmask = tkey->offmask;
134 sel->keys[hwm].shift = tkey->shift;
141 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
157 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
200 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
263 parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
333 parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
412 struct tc_pedit_key tkey; local
[all...]
H A Dm_pedit.h46 int (*parse_peopt)(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
50 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
51 extern int pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
52 extern int pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
53 extern int pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
54 extern int pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
56 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
57 extern int parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
H A Dp_tcp.c27 parse_tcp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dp_udp.c27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dp_icmp.c28 parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_crypt_tkip.c308 struct ieee80211_tkip_data *tkey = priv; local
313 struct blkcipher_desc desc = { .tfm = tkey->tx_tfm_arc4 };
327 if (!tkey->tx_phase1_done) {
328 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2,
329 tkey->tx_iv32);
330 tkey->tx_phase1_done = 1;
332 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey
391 struct ieee80211_tkip_data *tkey = priv; local
558 struct ieee80211_tkip_data *tkey = priv; local
609 struct ieee80211_tkip_data *tkey = priv; local
657 struct ieee80211_tkip_data *tkey = priv; local
692 struct ieee80211_tkip_data *tkey = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_crypt_tkip.c309 struct ieee80211_tkip_data *tkey = priv; local
315 struct blkcipher_desc desc = {.tfm = tkey->tx_tfm_arc4};
330 if (!tkey->tx_phase1_done) {
331 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2,
332 tkey->tx_iv32);
333 tkey->tx_phase1_done = 1;
335 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey
395 struct ieee80211_tkip_data *tkey = priv; local
577 struct ieee80211_tkip_data *tkey = priv; local
655 struct ieee80211_tkip_data *tkey = priv; local
701 struct ieee80211_tkip_data *tkey = priv; local
736 struct ieee80211_tkip_data *tkey = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c308 struct ieee80211_tkip_data *tkey = priv; local
313 struct blkcipher_desc desc = {.tfm = tkey->tx_tfm_arc4};
327 if (!tkey->tx_phase1_done) {
328 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2,
329 tkey->tx_iv32);
330 tkey->tx_phase1_done = 1;
332 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey
391 struct ieee80211_tkip_data *tkey = priv; local
559 struct ieee80211_tkip_data *tkey = priv; local
613 struct ieee80211_tkip_data *tkey = priv; local
659 struct ieee80211_tkip_data *tkey = priv; local
694 struct ieee80211_tkip_data *tkey = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt_tkip.c308 struct ieee80211_tkip_data *tkey = priv; local
309 struct blkcipher_desc desc = {.tfm = tkey->tx_tfm_arc4};
325 if (!tkey->tx_phase1_done) {
326 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2,
327 tkey->tx_iv32);
328 tkey->tx_phase1_done = 1;
330 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey
366 struct ieee80211_tkip_data *tkey = priv; local
527 struct ieee80211_tkip_data *tkey = priv; local
581 struct ieee80211_tkip_data *tkey = priv; local
628 struct ieee80211_tkip_data *tkey = priv; local
664 struct ieee80211_tkip_data *tkey = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dlib80211_crypt_tkip.c318 struct lib80211_tkip_data *tkey = priv; local
330 if (!tkey->tx_phase1_done) {
331 tkip_mixing_phase1(tkey->tx_ttak, tkey->key, hdr->addr2,
332 tkey->tx_iv32);
333 tkey->tx_phase1_done = 1;
335 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey->tx_iv16);
344 *pos++ = (tkey
361 struct lib80211_tkip_data *tkey = priv; local
414 struct lib80211_tkip_data *tkey = priv; local
592 struct lib80211_tkip_data *tkey = priv; local
635 struct lib80211_tkip_data *tkey = priv; local
670 struct lib80211_tkip_data *tkey = priv; local
703 struct lib80211_tkip_data *tkey = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_enc.c77 unsigned char *tkey = NULL; local
134 tkey = OPENSSL_malloc(tkeylen);
135 if (!tkey) {
139 if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0)
144 ec->key = tkey;
146 tkey = NULL;
169 ec->key = tkey;
171 tkey = NULL;
203 if (tkey) {
204 OPENSSL_cleanse(tkey, tkeyle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_enc.c77 unsigned char *tkey = NULL; local
134 tkey = OPENSSL_malloc(tkeylen);
135 if (!tkey) {
139 if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0)
144 ec->key = tkey;
146 tkey = NULL;
169 ec->key = tkey;
171 tkey = NULL;
203 if (tkey) {
204 OPENSSL_cleanse(tkey, tkeyle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libaddns/
H A Ddnsrecord.c215 struct dns_tkey_record *tkey; local
219 if (!(tkey = talloc(mem_ctx, struct dns_tkey_record))) {
228 dns_unmarshall_domain_name(tkey, &buf, &tkey->algorithm);
231 dns_unmarshall_uint16(&buf, &tkey->mode);
232 dns_unmarshall_uint16(&buf, &tkey->error);
233 dns_unmarshall_uint16(&buf, &tkey->key_length);
237 if (tkey->key_length) {
238 if (!(tkey->key = TALLOC_ARRAY(tkey, uint
[all...]
H A Ddnsgss.c166 struct dns_tkey_record *tkey; local
186 mem_ctx, resp->answers[0], &tkey);
189 input_desc.length = tkey->key_length;
190 input_desc.value = talloc_move(mem_ctx, &tkey->key);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dact_pedit.c143 struct tc_pedit_key *tkey = p->tcfp_keys; local
145 for (i = p->tcfp_nkeys; i > 0; i--, tkey++) {
147 int offset = tkey->off;
149 if (tkey->offmask) {
152 d = skb_header_pointer(skb, off + tkey->at, 1,
156 offset += (*d & tkey->offmask) >> tkey->shift;
175 *ptr = ((*ptr & tkey->mask) ^ tkey->val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKnownFileList.cpp270 const CMD4Hash& tkey = Record->GetFileHash(); local
271 CKnownFileMap::iterator it = m_knownFileMap.find(tkey);
273 m_knownFileMap[tkey] = Record;
307 m_knownFileMap[tkey] = Record;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_doit.c430 unsigned char *ek = NULL, *tkey = NULL; local
591 tkey = OPENSSL_malloc(tkeylen);
592 if (!tkey)
594 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0)
597 ek = tkey;
599 tkey = NULL;
612 ek = tkey;
614 tkey = NULL;
627 if (tkey) {
628 OPENSSL_cleanse(tkey, tkeyle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_doit.c430 unsigned char *ek = NULL, *tkey = NULL; local
591 tkey = OPENSSL_malloc(tkeylen);
592 if (!tkey)
594 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0)
597 ek = tkey;
599 tkey = NULL;
612 ek = tkey;
614 tkey = NULL;
627 if (tkey) {
628 OPENSSL_cleanse(tkey, tkeyle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180_wx.c76 u32* tkey= (u32*) key; local
77 priv->key0[0] = tkey[0];
78 priv->key0[1] = tkey[1];
79 priv->key0[2] = tkey[2];
80 priv->key0[3] = tkey[3] &0xff;
82 tkey[0],tkey[1],tkey[2],tkey[3]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_clnt.c1901 EC_KEY *tkey; local
1935 tkey = s->session->sess_cert->peer_ecdh_tmp;
1951 tkey = srvr_pub_pkey->pkey.ec;
1954 srvr_group = EC_KEY_get0_group(tkey);
1955 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
1982 tkey = s->cert->key->privatekey->pkey.ec;
1983 priv_key = EC_KEY_get0_private_key(tkey);
H A Ds3_srvr.c2050 const EC_KEY *tkey; local
2066 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec;
2073 tkey = s->s3->tmp.ecdh;
2076 group = EC_KEY_get0_group(tkey);
2077 priv_key = EC_KEY_get0_private_key(tkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_page.c2229 DBT tkey, tdata; local
2235 memset(&tkey, 0, sizeof(tkey));
2243 tkey.data = P_ENTRY(dbp, src_page, kindx);
2244 tkey.size = LEN_HITEM(dbp, src_page, dbp->pgsize, kindx);
2246 tkey.data = HKEYDATA_DATA(P_ENTRY(dbp, src_page, kindx));
2247 tkey.size = LEN_HKEYDATA(dbp, src_page, dbp->pgsize, kindx);
2257 &tkey, &tdata, ktype, dtype)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_srvr.c2595 const EC_KEY *tkey; local
2608 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec;
2614 tkey = s->s3->tmp.ecdh;
2617 group = EC_KEY_get0_group(tkey);
2618 priv_key = EC_KEY_get0_private_key(tkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_srvr.c2595 const EC_KEY *tkey; local
2608 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec;
2614 tkey = s->s3->tmp.ecdh;
2617 group = EC_KEY_get0_group(tkey);
2618 priv_key = EC_KEY_get0_private_key(tkey);

Completed in 328 milliseconds

12