Home
last modified time | relevance | path

Searched refs:tek (Results 1 – 25 of 70) sorted by relevance

123

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_psk_common.c34 int eap_psk_derive_keys(const u8 *kdk, const u8 *rand_p, u8 *tek, u8 *msk, in eap_psk_derive_keys() argument
45 if (aes_128_encrypt_block(kdk, hash, tek)) in eap_psk_derive_keys()
Deap_sake_common.c266 const u8 *rand_s, const u8 *rand_p, u8 *tek, u8 *msk, in eap_sake_derive_keys() argument
285 tek, EAP_SAKE_TEK_LEN) < 0) in eap_sake_derive_keys()
288 tek, EAP_SAKE_TEK_AUTH_LEN); in eap_sake_derive_keys()
290 tek + EAP_SAKE_TEK_AUTH_LEN, EAP_SAKE_TEK_CIPHER_LEN); in eap_sake_derive_keys()
Deap_psk_common.h69 int __must_check eap_psk_derive_keys(const u8 *kdk, const u8 *rand_p, u8 *tek,
Deap_sake_common.h86 u8 *tek, u8 *msk, u8 *emsk);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_psk_common.c34 int eap_psk_derive_keys(const u8 *kdk, const u8 *rand_p, u8 *tek, u8 *msk, in eap_psk_derive_keys() argument
45 if (aes_128_encrypt_block(kdk, hash, tek)) in eap_psk_derive_keys()
Deap_sake_common.c266 const u8 *rand_s, const u8 *rand_p, u8 *tek, u8 *msk, in eap_sake_derive_keys() argument
285 tek, EAP_SAKE_TEK_LEN) < 0) in eap_sake_derive_keys()
288 tek, EAP_SAKE_TEK_AUTH_LEN); in eap_sake_derive_keys()
290 tek + EAP_SAKE_TEK_AUTH_LEN, EAP_SAKE_TEK_CIPHER_LEN); in eap_sake_derive_keys()
Deap_psk_common.h69 int __must_check eap_psk_derive_keys(const u8 *kdk, const u8 *rand_p, u8 *tek,
Deap_sake_common.h86 u8 *tek, u8 *msk, u8 *emsk);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_sake.c25 } tek; member
240 (u8 *) &data->tek, data->msk, in eap_sake_process_challenge()
269 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_challenge()
314 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_confirm()
351 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_confirm()
Deap_psk.c25 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member
248 if (eap_psk_derive_keys(data->kdk, data->rand_p, data->tek, in eap_psk_process_3()
254 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: TEK", data->tek, EAP_PSK_TEK_LEN); in eap_psk_process_3()
282 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce), in eap_psk_process_3()
346 if (aes_128_eax_encrypt(data->tek, nonce, sizeof(nonce), in eap_psk_process_3()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_sake.c25 } tek; member
240 (u8 *) &data->tek, data->msk, in eap_sake_process_challenge()
269 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_challenge()
314 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_confirm()
351 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_confirm()
Deap_psk.c25 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member
248 if (eap_psk_derive_keys(data->kdk, data->rand_p, data->tek, in eap_psk_process_3()
254 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: TEK", data->tek, EAP_PSK_TEK_LEN); in eap_psk_process_3()
282 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce), in eap_psk_process_3()
346 if (aes_128_eax_encrypt(data->tek, nonce, sizeof(nonce), in eap_psk_process_3()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_sake.c24 } tek; member
200 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_build_confirm()
346 (u8 *) &data->tek, data->msk, in eap_sake_process_challenge()
353 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_challenge()
394 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_confirm()
Deap_server_psk.c27 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member
126 if (eap_psk_derive_keys(data->kdk, data->rand_p, data->tek, data->msk, in eap_psk_build_3()
129 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: TEK", data->tek, EAP_PSK_TEK_LEN); in eap_psk_build_3()
140 if (aes_128_eax_encrypt(data->tek, nonce, sizeof(nonce), in eap_psk_build_3()
377 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce), in eap_psk_process_4()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_psk.c27 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member
126 if (eap_psk_derive_keys(data->kdk, data->rand_p, data->tek, data->msk, in eap_psk_build_3()
129 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: TEK", data->tek, EAP_PSK_TEK_LEN); in eap_psk_build_3()
140 if (aes_128_eax_encrypt(data->tek, nonce, sizeof(nonce), in eap_psk_build_3()
377 if (aes_128_eax_decrypt(data->tek, nonce, sizeof(nonce), in eap_psk_process_4()
Deap_server_sake.c24 } tek; member
200 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_build_confirm()
346 (u8 *) &data->tek, data->msk, in eap_sake_process_challenge()
353 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_challenge()
394 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_confirm()
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dpl.txt867 "piątek",
905 "piątek",
1829 "-1"{"w zeszły piątek"}
1830 "0"{"w ten piątek"}
1831 "1"{"w przyszły piątek"}
1837 one{"za {0} piątek"}
1843 one{"{0} piątek temu"}
1850 "-1"{"w zeszły piątek"}
1851 "0"{"w ten piątek"}
1852 "1"{"w przyszły piątek"}
[all …]
/third_party/icu/icu4c/source/data/locales/
Dpl.txt742 "piątek",
780 "piątek",
1719 "-1"{"w zeszły piątek"}
1720 "0"{"w ten piątek"}
1721 "1"{"w przyszły piątek"}
1727 one{"za {0} piątek"}
1733 one{"{0} piątek temu"}
1740 "-1"{"w zeszły piątek"}
1741 "0"{"w ten piątek"}
1742 "1"{"w przyszły piątek"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/locales/
Dpl.txt742 "piątek",
780 "piątek",
1719 "-1"{"w zeszły piątek"}
1720 "0"{"w ten piątek"}
1721 "1"{"w przyszły piątek"}
1727 one{"za {0} piątek"}
1733 one{"{0} piątek temu"}
1740 "-1"{"w zeszły piątek"}
1741 "0"{"w ten piątek"}
1742 "1"{"w przyszły piątek"}
[all …]
Dcs.txt3024 "pátek",
3062 "pátek",
5539 "-1"{"minulý pátek"}
5540 "0"{"tento pátek"}
5541 "1"{"příští pátek"}
5547 one{"za {0} pátek"}
5560 "-1"{"minulý pátek"}
5561 "0"{"tento pátek"}
5562 "1"{"příští pátek"}
5568 one{"za {0} pátek"}
[all …]
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dmaterial_pl.arb47 "reorderItemToStart": "Przenieś na początek",
Dmaterial_cs.arb47 "reorderItemToStart": "Přesunout na začátek",
/third_party/gstreamer/gstreamer/po/
Dsq.po76 "listës së regjistruar tek e ndryshueshmja e ambientit GST_PLUGIN_PATH"
885 msgstr "asnjë pronësi \"%s\" tek elementi \"%s\""
889 msgstr "e pamundur vendosja e pronësisë \"%s\" tek elementi \"%s\" në \"%s"
897 msgstr "e pamundur vendosja e pronësisë \"%s\" tek elementi \"%s\" në \"%s"
1001 msgstr "Gabim gjatë shkrimit tek file \"%s\"."
1016 msgstr "Gabim gjatë shkrimit tek file \"%s\"."
1020 msgstr "Gabim gjatë shkrimit tek file \"%s\"."
1456 #~ msgstr "GABIM: asnjë element i pipline të toplevel tek file '%s'.\n"
1475 #~ msgstr "Ruaj prezantimin xml të pipeline tek FILE dhe dil"
1496 #~ msgstr "U shtua pozicioni %s tek %s \n"
/third_party/glib/po/
Dsq.po46 "Nuk u gjet asnjë file i vlefshëm libërshënimesh tek directory e të dhënave"
108 msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim"
597 "I pamundur leximi i të dhënave të papërpunuara tek "
603 msgstr "Kanë tepruar të dhëna të pakonvertuara tek buffer i leximit"
612 "I pamundur leximi i të dhënave të papërpunuara tek g_io_channel_read_to_end"
631 msgstr "Gabim tek rreshti %d simboli %d: "
651 msgstr "Gabim tek rreshti %d: %s"
722 "Simbol tek '%s', pritet një simbol '>' për të mbyllur etiketën e elementit "
730 "Simbol tek '%s', pritet një '=' mbas emrit të atributit '%s' të elementit "
740 "Simbol tek '%s', pritet një simbol '>' ose '/' për të përfunduar etiketën e "
[all …]
/third_party/gstreamer/gstplugins_bad/po/
Dsq.po27 msgstr "I pamundur shkrimi tek file \"%s\"."
76 msgstr "Gabim i brendshëm tek stream i të dhënave."

123