Home
last modified time | relevance | path

Searched refs:tkey (Results 1 – 16 of 16) sorted by relevance

/external/iproute2/tc/
Dm_pedit.c62 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pedit_parse_nopopt() argument
122 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key() argument
129 if (tkey->off % 4) { in pack_key()
134 sel->keys[hwm].val = tkey->val; in pack_key()
135 sel->keys[hwm].mask = tkey->mask; in pack_key()
136 sel->keys[hwm].off = tkey->off; in pack_key()
137 sel->keys[hwm].at = tkey->at; in pack_key()
138 sel->keys[hwm].offmask = tkey->offmask; in pack_key()
139 sel->keys[hwm].shift = tkey->shift; in pack_key()
146 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key32() argument
[all …]
Dp_ip.c27 parse_ip(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_ip() argument
38 tkey->off = 12; in parse_ip()
39 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey); in parse_ip()
44 tkey->off = 16; in parse_ip()
45 res = parse_cmd(&argc, &argv, 4, TIPV4,RU32,sel,tkey); in parse_ip()
54 tkey->off = 1; in parse_ip()
55 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey); in parse_ip()
60 tkey->off = 0; in parse_ip()
61 res = parse_cmd(&argc, &argv, 1, TU32,RU8,sel,tkey); in parse_ip()
66 tkey->off = 9; in parse_ip()
[all …]
Dm_pedit.h46 … (*parse_peopt)(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
50 …ar ***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 …ar ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
57 …n int parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
Dp_udp.c27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_udp() argument
Dp_tcp.c27 parse_tcp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_tcp() argument
Dp_icmp.c28 parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_icmp() argument
/external/dropbear/libtomcrypt/src/modes/f8/
Df8_start.c39 unsigned char tkey[MAXBLOCKSIZE]; in f8_start() local
63 zeromem(tkey, sizeof(tkey)); in f8_start()
64 for (x = 0; x < keylen && x < (int)sizeof(tkey); x++) { in f8_start()
65 tkey[x] = key[x]; in f8_start()
67 for (x = 0; x < skeylen && x < (int)sizeof(tkey); x++) { in f8_start()
68 tkey[x] ^= salt_key[x]; in f8_start()
70 for (; x < keylen && x < (int)sizeof(tkey); x++) { in f8_start()
71 tkey[x] ^= 0x55; in f8_start()
75 if ((err = cipher_descriptor[cipher].setup(tkey, keylen, num_rounds, &f8->key)) != CRYPT_OK) { in f8_start()
84 zeromem(tkey, sizeof(tkey)); in f8_start()
/external/icu4c/layout/
DKernTable.cpp203 le_uint32 tkey = SWAP_KEY(tp); in process() local
205 fprintf(stdout, " %.3d (%0.8x)\n", ((char*)tp - (char*)pairs)/KERN_PAIRINFO_SIZE, tkey); in process()
207 if (tkey <= key) { in process()
208 if (tkey == key) { in process()
/external/openssl/crypto/pkcs7/
Dpk7_doit.c433 unsigned char *ek = NULL, *tkey = NULL; in PKCS7_dataDecode() local
576 tkey = OPENSSL_malloc(tkeylen); in PKCS7_dataDecode()
577 if (!tkey) in PKCS7_dataDecode()
579 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0) in PKCS7_dataDecode()
583 ek = tkey; in PKCS7_dataDecode()
585 tkey = NULL; in PKCS7_dataDecode()
598 ek = tkey; in PKCS7_dataDecode()
600 tkey = NULL; in PKCS7_dataDecode()
614 if (tkey) in PKCS7_dataDecode()
616 OPENSSL_cleanse(tkey,tkeylen); in PKCS7_dataDecode()
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dheap.h138 int tkey = key_[j]; in Swap() local
140 pos_[key_[k] = tkey] = k; in Swap()
/external/openfst/src/include/fst/
Dheap.h146 int tkey = key_[j]; in Swap() local
148 pos_[key_[k] = tkey] = k; in Swap()
/external/icu4c/common/
Drbbiscan.cpp721 UnicodeString *tkey = new UnicodeString(s); in findSetFor() local
722 if (tkey == NULL || el == NULL || setToAdopt == NULL) { in findSetFor()
724 delete tkey; in findSetFor()
725 tkey = NULL; in findSetFor()
734 el->key = tkey; in findSetFor()
/external/openssl/ssl/
Dd1_clnt.c1236 EC_KEY *tkey; in dtls1_send_client_key_exchange() local
1270 tkey = s->session->sess_cert->peer_ecdh_tmp; in dtls1_send_client_key_exchange()
1286 tkey = srvr_pub_pkey->pkey.ec; in dtls1_send_client_key_exchange()
1289 srvr_group = EC_KEY_get0_group(tkey); in dtls1_send_client_key_exchange()
1290 srvr_ecpoint = EC_KEY_get0_public_key(tkey); in dtls1_send_client_key_exchange()
1317 tkey = s->cert->key->privatekey->pkey.ec; in dtls1_send_client_key_exchange()
1318 priv_key = EC_KEY_get0_private_key(tkey); in dtls1_send_client_key_exchange()
Ds3_clnt.c2567 EC_KEY *tkey; in ssl3_send_client_key_exchange() local
2601 tkey = s->session->sess_cert->peer_ecdh_tmp; in ssl3_send_client_key_exchange()
2617 tkey = srvr_pub_pkey->pkey.ec; in ssl3_send_client_key_exchange()
2620 srvr_group = EC_KEY_get0_group(tkey); in ssl3_send_client_key_exchange()
2621 srvr_ecpoint = EC_KEY_get0_public_key(tkey); in ssl3_send_client_key_exchange()
2648 tkey = s->cert->key->privatekey->pkey.ec; in ssl3_send_client_key_exchange()
2649 priv_key = EC_KEY_get0_private_key(tkey); in ssl3_send_client_key_exchange()
Ds3_srvr.c2529 const EC_KEY *tkey; in ssl3_get_client_key_exchange() local
2545 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec; in ssl3_get_client_key_exchange()
2552 tkey = s->s3->tmp.ecdh; in ssl3_get_client_key_exchange()
2555 group = EC_KEY_get0_group(tkey); in ssl3_get_client_key_exchange()
2556 priv_key = EC_KEY_get0_private_key(tkey); in ssl3_get_client_key_exchange()
/external/icu4c/test/intltest/
Drestsnew.cpp926 const char *tkey=NULL; in testTag() local
927 UnicodeString value=tagelement.getNextString(&tkey, status); in testTag()
928 UnicodeString key(tkey); in testTag()