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

/external/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.c62 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
122 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
129 if (tkey->off % 4) {
134 sel->keys[hwm].val = tkey->val;
135 sel->keys[hwm].mask = tkey->mask;
136 sel->keys[hwm].off = tkey->off;
137 sel->keys[hwm].at = tkey->at;
138 sel->keys[hwm].offmask = tkey->offmask;
139 sel->keys[hwm].shift = tkey->shift;
146 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
162 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
205 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
268 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
338 parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
417 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
/external/openssl/crypto/cms/
H A Dcms_enc.c76 unsigned char *tkey = NULL; local
146 tkey = OPENSSL_malloc(tkeylen);
147 if (!tkey)
153 if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0)
159 ec->key = tkey;
161 tkey = NULL;
188 ec->key = tkey;
190 tkey = NULL;
228 if (tkey)
230 OPENSSL_cleanse(tkey, tkeyle
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h138 int tkey = key_[j]; local
140 pos_[key_[k] = tkey] = k;
/external/icu/icu4c/source/layout/
H A DKernTable.cpp228 le_uint32 tkey = SWAP_KEY(tp);
231 fprintf(stdout, " %.3d (%0.8x)\n", ((char*)tp - (char*)pairs)/KERN_PAIRINFO_SIZE, tkey);
233 if (tkey <= key && LE_SUCCESS(success)) {
234 if (tkey == key) {
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
H A Dpk7_doit.c433 unsigned char *ek = NULL, *tkey = NULL; local
576 tkey = OPENSSL_malloc(tkeylen);
577 if (!tkey)
579 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0)
583 ek = tkey;
585 tkey = NULL;
598 ek = tkey;
600 tkey = NULL;
614 if (tkey)
616 OPENSSL_cleanse(tkey,tkeyle
[all...]
/external/openssl/crypto/pkcs7/
H A Dpk7_doit.c433 unsigned char *ek = NULL, *tkey = NULL; local
581 tkey = OPENSSL_malloc(tkeylen);
582 if (!tkey)
584 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0)
588 ek = tkey;
590 tkey = NULL;
603 ek = tkey;
605 tkey = NULL;
619 if (tkey)
621 OPENSSL_cleanse(tkey,tkeyle
[all...]
/external/jemalloc/src/
H A Dckh.c127 const void *key, *data, *tkey, *tdata; local
149 tkey = cell->key; tdata = cell->data;
151 key = tkey; data = tdata;
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_clnt.c1236 EC_KEY *tkey; local
1270 tkey = s->session->sess_cert->peer_ecdh_tmp;
1286 tkey = srvr_pub_pkey->pkey.ec;
1289 srvr_group = EC_KEY_get0_group(tkey);
1290 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
1317 tkey = s->cert->key->privatekey->pkey.ec;
1318 priv_key = EC_KEY_get0_private_key(tkey);
H A Ds3_clnt.c2605 EC_KEY *tkey; local
2646 tkey = s->session->sess_cert->peer_ecdh_tmp;
2662 tkey = srvr_pub_pkey->pkey.ec;
2665 srvr_group = EC_KEY_get0_group(tkey);
2666 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
2693 tkey = s->cert->key->privatekey->pkey.ec;
2694 priv_key = EC_KEY_get0_private_key(tkey);
H A Ds3_srvr.c2559 const EC_KEY *tkey; local
2575 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec;
2582 tkey = s->s3->tmp.ecdh;
2585 group = EC_KEY_get0_group(tkey);
2586 priv_key = EC_KEY_get0_private_key(tkey);
/external/openssl/ssl/
H A Dd1_clnt.c1244 EC_KEY *tkey; local
1278 tkey = s->session->sess_cert->peer_ecdh_tmp;
1294 tkey = srvr_pub_pkey->pkey.ec;
1297 srvr_group = EC_KEY_get0_group(tkey);
1298 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
1325 tkey = s->cert->key->privatekey->pkey.ec;
1326 priv_key = EC_KEY_get0_private_key(tkey);
H A Ds3_clnt.c2683 EC_KEY *tkey; local
2730 tkey = s->session->sess_cert->peer_ecdh_tmp;
2746 tkey = srvr_pub_pkey->pkey.ec;
2749 srvr_group = EC_KEY_get0_group(tkey);
2750 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
2777 tkey = s->cert->key->privatekey->pkey.ec;
2778 priv_key = EC_KEY_get0_private_key(tkey);
H A Ds3_srvr.c2689 const EC_KEY *tkey; local
2710 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec;
2717 tkey = s->s3->tmp.ecdh;
2720 group = EC_KEY_get0_group(tkey);
2721 priv_key = EC_KEY_get0_private_key(tkey);
/external/chromium_org/third_party/icu/source/common/
H A Drbbiscan.cpp721 UnicodeString *tkey = new UnicodeString(s);
722 if (tkey == NULL || el == NULL || setToAdopt == NULL) {
724 delete tkey;
725 tkey = NULL;
734 el->key = tkey;
/external/icu/icu4c/source/common/
H A Drbbiscan.cpp722 UnicodeString *tkey = new UnicodeString(s);
723 if (tkey == NULL || el == NULL || setToAdopt == NULL) {
725 delete tkey;
726 tkey = NULL;
735 el->key = tkey;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drestsnew.cpp926 const char *tkey=NULL; local
927 UnicodeString value=tagelement.getNextString(&tkey, status);
928 UnicodeString key(tkey);
/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp926 const char *tkey=NULL; local
927 UnicodeString value=tagelement.getNextString(&tkey, status);
928 UnicodeString key(tkey);

Completed in 3015 milliseconds