/external/iproute2/tc/ |
p_ip.c | 27 parse_ip(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) 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->off = 9 [all...] |
m_pedit.c | 62 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) 122 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) 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) 417 struct tc_pedit_key tkey; local [all...] |
m_pedit.h | 46 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);
|
p_tcp.c | 27 parse_tcp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
|
p_udp.c | 27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
|
p_icmp.c | 28 parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
|
/external/openssl/crypto/cms/ |
cms_enc.c | 76 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, tkeylen) [all...] |
/external/openfst/src/include/fst/ |
heap.h | 146 int tkey = key_[j]; local 148 pos_[key_[k] = tkey] = k;
|
/external/icu/icu4c/source/layout/ |
KernTable.cpp | 228 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/openssl/crypto/pkcs7/ |
pk7_doit.c | 433 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,tkeylen) [all...] |
/external/jemalloc/src/ |
ckh.c | 127 const void *key, *data, *tkey, *tdata; local 149 tkey = cell->key; tdata = cell->data; 151 key = tkey; data = tdata;
|
/external/openssl/ssl/ |
d1_clnt.c | 1264 EC_KEY *tkey; local [all...] |
s3_clnt.c | 2825 EC_KEY *tkey; local [all...] |
s3_srvr.c | 2702 const EC_KEY *tkey; local [all...] |
/external/chromium_org/third_party/icu/source/common/ |
rbbiscan.cpp | 722 UnicodeString *tkey = new UnicodeString(s); 723 if (tkey == NULL || el == NULL || setToAdopt == NULL) { 725 delete tkey; 726 tkey = NULL; 735 el->key = tkey; [all...] |
/external/icu/icu4c/source/common/ |
rbbiscan.cpp | 722 UnicodeString *tkey = new UnicodeString(s); 723 if (tkey == NULL || el == NULL || setToAdopt == NULL) { 725 delete tkey; 726 tkey = NULL; 735 el->key = tkey; [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
restsnew.cpp | 926 const char *tkey=NULL; local 927 UnicodeString value=tagelement.getNextString(&tkey, status); 928 UnicodeString key(tkey); [all...] |
/external/icu/icu4c/source/test/intltest/ |
restsnew.cpp | 926 const char *tkey=NULL; local 927 UnicodeString value=tagelement.getNextString(&tkey, status); 928 UnicodeString key(tkey); [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/ |
s3_clnt.c | 2102 EC_KEY *tkey; local [all...] |
s3_srvr.c | 2050 const EC_KEY *tkey; local [all...] |