Home
last modified time | relevance | path

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

/external/iproute2/tc/
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.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 …]
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_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_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_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/openssl/crypto/cms/
Dcms_enc.c76 unsigned char *tkey = NULL; in DECLARE_ASN1_ITEM() local
146 tkey = OPENSSL_malloc(tkeylen); in DECLARE_ASN1_ITEM()
147 if (!tkey) in DECLARE_ASN1_ITEM()
153 if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0) in DECLARE_ASN1_ITEM()
159 ec->key = tkey; in DECLARE_ASN1_ITEM()
161 tkey = NULL; in DECLARE_ASN1_ITEM()
188 ec->key = tkey; in DECLARE_ASN1_ITEM()
190 tkey = NULL; in DECLARE_ASN1_ITEM()
228 if (tkey) in DECLARE_ASN1_ITEM()
230 OPENSSL_cleanse(tkey, tkeylen); in DECLARE_ASN1_ITEM()
[all …]
/external/openssl/crypto/pkcs7/
Dpk7_doit.c433 unsigned char *ek = NULL, *tkey = NULL; in PKCS7_dataDecode() local
581 tkey = OPENSSL_malloc(tkeylen); in PKCS7_dataDecode()
582 if (!tkey) in PKCS7_dataDecode()
584 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0) in PKCS7_dataDecode()
588 ek = tkey; in PKCS7_dataDecode()
590 tkey = NULL; in PKCS7_dataDecode()
603 ek = tkey; in PKCS7_dataDecode()
605 tkey = NULL; in PKCS7_dataDecode()
619 if (tkey) in PKCS7_dataDecode()
621 OPENSSL_cleanse(tkey,tkeylen); in PKCS7_dataDecode()
[all …]
/external/icu/icu4c/source/layout/
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/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/icu/icu4c/source/common/
Drbbiscan.cpp722 UnicodeString *tkey = new UnicodeString(s); in findSetFor() local
723 if (tkey == NULL || el == NULL || setToAdopt == NULL) { in findSetFor()
725 delete tkey; in findSetFor()
726 tkey = NULL; in findSetFor()
735 el->key = tkey; in findSetFor()
/external/chromium_org/third_party/icu/source/common/
Drbbiscan.cpp722 UnicodeString *tkey = new UnicodeString(s); in findSetFor() local
723 if (tkey == NULL || el == NULL || setToAdopt == NULL) { in findSetFor()
725 delete tkey; in findSetFor()
726 tkey = NULL; in findSetFor()
735 el->key = tkey; in findSetFor()
/external/jemalloc/src/
Dckh.c127 const void *key, *data, *tkey, *tdata; in ckh_evict_reloc_insert() local
149 tkey = cell->key; tdata = cell->data; in ckh_evict_reloc_insert()
151 key = tkey; data = tdata; in ckh_evict_reloc_insert()
/external/openssl/ssl/
Dd1_clnt.c1264 EC_KEY *tkey; in dtls1_send_client_key_exchange() local
1305 tkey = s->session->sess_cert->peer_ecdh_tmp; in dtls1_send_client_key_exchange()
1321 tkey = srvr_pub_pkey->pkey.ec; in dtls1_send_client_key_exchange()
1324 srvr_group = EC_KEY_get0_group(tkey); in dtls1_send_client_key_exchange()
1325 srvr_ecpoint = EC_KEY_get0_public_key(tkey); in dtls1_send_client_key_exchange()
1352 tkey = s->cert->key->privatekey->pkey.ec; in dtls1_send_client_key_exchange()
1353 priv_key = EC_KEY_get0_private_key(tkey); in dtls1_send_client_key_exchange()
Ds3_clnt.c2825 EC_KEY *tkey; in ssl3_send_client_key_exchange() local
2872 tkey = s->session->sess_cert->peer_ecdh_tmp; in ssl3_send_client_key_exchange()
2888 tkey = srvr_pub_pkey->pkey.ec; in ssl3_send_client_key_exchange()
2891 srvr_group = EC_KEY_get0_group(tkey); in ssl3_send_client_key_exchange()
2892 srvr_ecpoint = EC_KEY_get0_public_key(tkey); in ssl3_send_client_key_exchange()
2919 tkey = s->cert->key->privatekey->pkey.ec; in ssl3_send_client_key_exchange()
2920 priv_key = EC_KEY_get0_private_key(tkey); in ssl3_send_client_key_exchange()
Ds3_srvr.c2702 const EC_KEY *tkey; in ssl3_get_client_key_exchange() local
2723 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec; in ssl3_get_client_key_exchange()
2730 tkey = s->s3->tmp.ecdh; in ssl3_get_client_key_exchange()
2733 group = EC_KEY_get0_group(tkey); in ssl3_get_client_key_exchange()
2734 priv_key = EC_KEY_get0_private_key(tkey); in ssl3_get_client_key_exchange()
/external/icu/icu4c/source/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()
/external/chromium_org/third_party/icu/source/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()
/external/chromium_org/third_party/boringssl/src/ssl/
Ds3_clnt.c2102 EC_KEY *tkey; in ssl3_send_client_key_exchange() local
2121 tkey = s->session->sess_cert->peer_ecdh_tmp; in ssl3_send_client_key_exchange()
2123 srvr_group = EC_KEY_get0_group(tkey); in ssl3_send_client_key_exchange()
2124 srvr_ecpoint = EC_KEY_get0_public_key(tkey); in ssl3_send_client_key_exchange()
Ds3_srvr.c2050 const EC_KEY *tkey; in ssl3_get_client_key_exchange() local
2064 tkey = s->s3->tmp.ecdh; in ssl3_get_client_key_exchange()
2066 group = EC_KEY_get0_group(tkey); in ssl3_get_client_key_exchange()
2067 priv_key = EC_KEY_get0_private_key(tkey); in ssl3_get_client_key_exchange()
/external/openssl/patches/
D0011-ecdhe_psk.patch339 EC_KEY *tkey;
1030 const EC_KEY *tkey;