Home
last modified time | relevance | path

Searched refs:ek (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/external/wpa_supplicant_8/src/crypto/
Ddes-internal.c403 u32 ek[32], work[2]; in des_encrypt() local
414 deskey(pkey, 0, ek); in des_encrypt()
418 desfunc(work, ek); in des_encrypt()
423 os_memset(ek, 0, sizeof(ek)); in des_encrypt()
428 void des_key_setup(const u8 *key, u32 *ek, u32 *dk) in des_key_setup() argument
430 deskey(key, 0, ek); in des_key_setup()
435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt() argument
440 desfunc(work, ek); in des_block_encrypt()
459 deskey(key, 0, dkey->ek[0]); in des3_key_setup()
460 deskey(key + 8, 1, dkey->ek[1]); in des3_key_setup()
[all …]
Ddes_i.h13 u32 ek[3][32]; member
17 void des_key_setup(const u8 *key, u32 *ek, u32 *dk);
18 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt);
Dcrypto_internal-cipher.c35 u32 ek[32]; member
91 des_key_setup(key, ctx->u.des.ek, ctx->u.des.dk); in crypto_cipher_init()
151 des_block_encrypt(ctx->u.des.cbc, ctx->u.des.ek, in crypto_cipher_encrypt()
/external/icu/icu4c/source/data/region/
Dmfe.txt8 AG{"Antigua-ek-Barbuda"}
108 KN{"Saint-Christophe-ek-Niévès"}
164 PM{"Saint-Pierre-ek-Miquelon"}
190 ST{"São Tome-ek-Prínsip"}
194 TC{"Zil Tirk ek Caïcos"}
205 TT{"Trinite-ek-Tobago"}
215 VC{"Saint-Vincent-ek-Grenadines"}
221 WF{"Wallis-ek-Futuna"}
/external/icu/icu4c/source/data/locales/
Dtk.txt446ek",
473ekşenbe",
484ek",
511ekşenbe",
798 "1-nji çärýek",
799 "2-nji çärýek",
800 "3-nji çärýek",
801 "4-nji çärýek",
818 "1-nji çärýek",
819 "2-nji çärýek",
[all …]
Dpl.txt724 "poniedziałek",
762 "poniedziałek",
1877 "-1"{"w zeszły poniedziałek"}
1878 "0"{"w ten poniedziałek"}
1879 "1"{"w przyszły poniedziałek"}
1885 one{"za {0} poniedziałek"}
1891 one{"{0} poniedziałek temu"}
1898 "-1"{"w zeszły poniedziałek"}
1899 "0"{"w ten poniedziałek"}
1900 "1"{"w przyszły poniedziałek"}
[all …]
/external/cldr/common/testData/transforms/
Dsk-fonipa-t-sk.txt8 František francɪʃek
63 pancierniček pant͡sɪerɲɪt͡ʃek
Dfa-t-sk.txt8 František فرانچیشیک
63 pancierniček پانتسییرنیتشیک
Dchr-t-sk.txt8 František ᏫᎳᏂᏟᏎᎩ
63 pancierniček ᏆᏂᏥᎡᎵᏂᏞᎩ
Dam-t-sk.txt8 František ፍራንችሼክ
63 pancierniček ፓንጽኤርኝቼክ
Dar-t-sk.txt8 František فرانتْشيشيك
63 pancierniček بانتسييرنيتشيك
Dja-t-sk.txt8 František フランチシェク
63 pancierniček パンツィエルニチェク
Dam-Latn-t-am-m0-bgn.txt18 ለመጠቀም lemet’ek’emi
160 በሚጠቀምበት bemīt’ek’emibeti
220 በጠቅላላው bet’ek’ilalawi
442 የመጠቀም yemet’ek’emi
495 የተጠቀሱትን yetet’ek’esutini
528 የጠቅላላውን yet’ek’ilalawini
Dja-t-sk-fonipa.txt13 francɪʃek フランチシェク
35 pant͡sɪerɲɪt͡ʃek パンツィエルニチェク
Dka-Latn-t-ka-m0-bgn-1981.txt472 ეფექტიანი ep’ek’tiani
485 ექნებათ ek’nebat’
657 ეფექტიანად ep’ek’tianad
/external/icu/icu4c/source/data/lang/
Dsr_Latn_ME.txt15 tzm{"centralnoatlaski tamašek"}
17 zgh{"standardni marokanski tamašek"}
Dsr_Latn_XK.txt15 tzm{"centralnoatlaski tamašek"}
17 zgh{"standardni marokanski tamašek"}
Dsr_Latn_BA.txt17 tzm{"centralnoatlaski tamašek"}
19 zgh{"standardni marokanski tamašek"}
/external/openssh/
Dcipher-aesctr.c59 x->rounds = rijndaelKeySetupEnc(x->ek, k, kbits); in aesctr_keysetup()
76 rijndaelEncrypt(x->ek, x->rounds, x->ctr, buf); in aesctr_encrypt_bytes()
Drijndael.h48 u32 ek[4*(AES_MAXROUNDS + 1)]; /* encrypt key schedule */ member
Dcipher-aesctr.h27 u32 ek[4*(AES_MAXROUNDS + 1)]; /* encrypt key schedule */ member
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1295 std::unique_ptr<ExecutorsAndKeys> ek(new ExecutorsAndKeys); in CreateExecutors() local
1297 ek->callable_options = callable_options; in CreateExecutors()
1301 options, &graphs, &func_info->flib_def, run_state_args, &ek->input_types, in CreateExecutors()
1302 &ek->output_types, &ek->collective_graph_key)); in CreateExecutors()
1305 ek->graph = std::move(run_state_args->graph); in CreateExecutors()
1315 for (Node* n : ek->graph->nodes()) { in CreateExecutors()
1317 ek->name_to_node.insert({n->name(), n}); in CreateExecutors()
1321 ek->items.reserve(graphs.size()); in CreateExecutors()
1346 ek->items.resize(ek->items.size() + 1); in CreateExecutors()
1347 auto* item = &(ek->items.back()); in CreateExecutors()
[all …]
/external/python/asn1crypto/tests/fixtures/keys/
Dtest.key16 HQNFzBHqlvPVbfy9+IxnG+u33WEKSMr+1ek/hae43+D4vndBX1DPuhaWUapsU9Gg
/external/cpuinfo/test/dmesg/
Doppo-r9.log2539 <7>[ 13.162745] (7)[1590:ek.engineermod][1590:ek.engineermod] fork [1597:ek.engineermod]
2540 <7>[ 13.162919] (7)[1590:ek.engineermod][1590:ek.engineermod] fork [1598:ek.engineermod]
2541 <7>[ 13.163010] (7)[1590:ek.engineermod][1590:ek.engineermod] fork [1599:ek.engineermod]
2542 <7>[ 13.163064] (7)[1590:ek.engineermod][1590:ek.engineermod] fork [1600:ek.engineermod]
2543 <7>[ 13.163131] (7)[1590:ek.engineermod][1590:ek.engineermod] fork [1601:ek.engineermod]
2544 <7>[ 13.163192] (7)[1590:ek.engineermod][1590:ek.engineermod] fork [1602:ek.engineermod]
2545 <7>[ 13.163249] (7)[1590:ek.engineermod][1590:ek.engineermod] fork [1603:ek.engineermod]
2546 <7>[ 13.165664] (2)[1590:ek.engineermod][1590:ek.engineermod] fork [1604:ek.engineermod]
2548 <7>[ 13.166654] (6)[1590:ek.engineermod][1590:ek.engineermod] fork [1605:ek.engineermod]
2549 <7>[ 13.167470] (3)[1590:ek.engineermod][1590:ek.engineermod] fork [1606:ek.engineermod]
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Def16979f08fa6a363eb289caaa839152.00000600.honggfuzz.cov25 y��W;���������q�ek��l���P��|��-��gT _U�M+��\�K�W��g\�������

12345678910>>...12