/external/openssl/crypto/aes/ |
D | aes_wrap.c | 143 int AES_wrap_unwrap_test(const unsigned char *kek, int keybits, in AES_wrap_unwrap_test() argument 155 if (AES_set_encrypt_key(kek, keybits, &wctx)) in AES_wrap_unwrap_test() 164 if (AES_set_decrypt_key(kek, keybits, &wctx)) in AES_wrap_unwrap_test() 188 static const unsigned char kek[] = { in main() local 244 ret = AES_wrap_unwrap_test(kek, 128, NULL, e1, key, 16); in main() 246 ret = AES_wrap_unwrap_test(kek, 192, NULL, e2, key, 16); in main() 248 ret = AES_wrap_unwrap_test(kek, 256, NULL, e3, key, 16); in main() 250 ret = AES_wrap_unwrap_test(kek, 192, NULL, e4, key, 24); in main() 252 ret = AES_wrap_unwrap_test(kek, 256, NULL, e5, key, 24); in main() 254 ret = AES_wrap_unwrap_test(kek, 256, NULL, e6, key, 32); in main()
|
/external/wpa_supplicant_8/src/crypto/ |
D | aes-wrap.c | 25 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) in aes_wrap() argument 38 ctx = aes_encrypt_init(kek, 16); in aes_wrap()
|
D | aes-unwrap.c | 25 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) in aes_unwrap() argument 36 ctx = aes_decrypt_init(kek, 16); in aes_unwrap()
|
D | aes_wrap.h | 19 int __must_check aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher); 20 int __must_check aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain);
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | aes_wrap.h | 25 int __must_check aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher); 26 int __must_check aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain);
|
D | aes_wrap.c | 39 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) in aes_wrap() argument 52 ctx = aes_encrypt_init(kek, 16); in aes_wrap() 100 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) in aes_unwrap() argument 111 ctx = aes_decrypt_init(kek, 16); in aes_unwrap()
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
D | test_aes.c | 233 u8 kek[] = { in main() local 251 if (aes_wrap(kek, 2, plain, result)) { in main() 259 if (aes_unwrap(kek, 2, crypt, result)) { in main()
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
D | wpa_common.h | 169 u8 kek[16]; /* EAPOL-Key Key Encryption Key (KEK) */ member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_glue.c | 768 static void wpa_supplicant_set_rekey_offload(void *ctx, const u8 *kek, in wpa_supplicant_set_rekey_offload() argument 774 wpa_drv_set_rekey_info(wpa_s, kek, kck, replay_ctr); in wpa_supplicant_set_rekey_offload()
|
D | driver_i.h | 662 const u8 *kek, const u8 *kck, in wpa_drv_set_rekey_info() argument 667 wpa_s->driver->set_rekey_info(wpa_s->drv_priv, kek, kck, replay_ctr); in wpa_drv_set_rekey_info()
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | wpa_ft.c | 616 if (aes_unwrap(sm->ptk.kek, gtk_len / 8, gtk_elem + 10, gtk)) { in wpa_ft_process_gtk_subelem() 707 if (aes_unwrap(sm->ptk.kek, WPA_IGTK_LEN / 8, igtk_elem + 9, igtk)) { in wpa_ft_process_igtk_subelem()
|
D | wpa.c | 1131 os_memcpy(ek + 16, sm->ptk.kek, 16); in wpa_supplicant_process_1_of_2_wpa() 1153 if (aes_unwrap(sm->ptk.kek, maxkeylen / 8, in wpa_supplicant_process_1_of_2_wpa() 1329 os_memcpy(ek + 16, sm->ptk.kek, 16); in wpa_supplicant_decrypt_key_data() 1346 if (aes_unwrap(sm->ptk.kek, keydatalen / 8, in wpa_supplicant_decrypt_key_data()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 171 u8 kek[16]; /* EAPOL-Key Key Encryption Key (KEK) */ member
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 568 if (aes_unwrap(sm->ptk.kek, gtk_len / 8, gtk_elem + 11, gtk)) { in wpa_ft_process_gtk_subelem() 658 if (aes_unwrap(sm->ptk.kek, WPA_IGTK_LEN / 8, igtk_elem + 9, igtk)) { in wpa_ft_process_igtk_subelem()
|
D | wpa.h | 63 void (*set_rekey_offload)(void *ctx, const u8 *kek, const u8 *kck,
|
D | wpa_i.h | 254 sm->ctx->set_rekey_offload(sm->ctx->ctx, sm->ptk.kek, in wpa_sm_set_rekey_offload()
|
D | wpa.c | 1271 os_memcpy(ek + 16, sm->ptk.kek, 16); in wpa_supplicant_process_1_of_2_wpa() 1299 if (aes_unwrap(sm->ptk.kek, maxkeylen / 8, in wpa_supplicant_process_1_of_2_wpa() 1482 os_memcpy(ek + 16, sm->ptk.kek, 16); in wpa_supplicant_decrypt_key_data() 1504 if (aes_unwrap(sm->ptk.kek, keydatalen / 8, in wpa_supplicant_decrypt_key_data()
|
/external/icu4c/data/zone/ |
D | tr.txt | 154 ec{"Bişkek"} 664 ld{"Bişkek Yaz Saati"} 665 ls{"Bişkek Saati"}
|
D | sl.txt | 133 ec{"Biškek"}
|
D | cs.txt | 610 ec{"Biškek"}
|
D | ro.txt | 610 ec{"Bișkek"}
|
D | sr_Latn.txt | 634 ec{"Biškek"}
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 430 if (aes_wrap(sm->PTK.kek, key_len / 8, key, subelem + 13)) { in wpa_ft_gtk_subelem() 462 if (aes_wrap(sm->PTK.kek, WPA_IGTK_LEN / 8, in wpa_ft_igtk_subelem()
|
D | wpa_auth.c | 1345 if (aes_wrap(sm->PTK.kek, (key_data_len - 8) / 8, buf, in __wpa_send_eapol() 1358 os_memcpy(ek + 16, sm->PTK.kek, 16); in __wpa_send_eapol()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 2407 void (*set_rekey_info)(void *priv, const u8 *kek, const u8 *kck,
|