/hostap/src/crypto/ |
D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
|
D | aes-unwrap.c | 26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
|
D | crypto_linux.c | 784 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
|
D | crypto_wolfssl.c | 696 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() 713 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
|
D | crypto_openssl.c | 658 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() 701 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
|
/hostap/src/rsn_supp/ |
D | wpa_ft.c | 806 const u8 *kek; in wpa_ft_process_gtk_subelem() local 889 const u8 *kek; in wpa_ft_process_igtk_subelem() local 959 const u8 *kek; in wpa_ft_process_bigtk_subelem() local
|
D | wpa.c | 6495 struct wpabuf * fils_build_assoc_req(struct wpa_sm *sm, const u8 **kek, in fils_build_assoc_req()
|
/hostap/wlantest/ |
D | rx_eapol.c | 516 static u8 * decrypt_eapol_key_data_rc4(struct wlantest *wt, const u8 *kek, in decrypt_eapol_key_data_rc4() 540 static u8 * decrypt_eapol_key_data_aes(struct wlantest *wt, const u8 *kek, in decrypt_eapol_key_data_aes() 571 struct wlantest_sta *sta, const u8 *kek, in decrypt_eapol_key_data() 902 const u8 *key_data, *kck, *kek, *mic; in rx_data_eapol_key_3_of_4() local
|
D | rx_mgmt.c | 2087 const u8 *kek, size_t kek_len, in process_gtk_subelem() 2180 const u8 *kek, size_t kek_len, in process_igtk_subelem() 2250 const u8 *kek, size_t kek_len, in process_bigtk_subelem() 2318 const u8 *kek, size_t kek_len, in process_fte_group_keys() 2333 const u8 *kek, size_t kek_len, in process_fte_group_keys_mlo() 2483 const u8 *kck, *kek; in rx_mgmt_reassoc_resp() local
|
/hostap/src/common/ |
D | dpp_backup.c | 269 u8 kek[DPP_MAX_HASH_LEN]; in dpp_build_pw_recipient_info() local 1138 u8 kek[DPP_MAX_HASH_LEN]; in dpp_conf_resp_env_data() local
|
D | common_module_tests.c | 712 const u8 kek[] = { in pasn_test_no_pasn_auth() local
|
D | sae.h | 71 u8 kek[SAE_MAX_HASH_LEN]; member
|
D | wpa_common.h | 258 u8 kek[WPA_KEK_MAX_LEN]; /* EAPOL-Key Key Encryption Key (KEK) */ member
|
/hostap/src/pae/ |
D | ieee802_1x_key.c | 138 size_t ckn_bytes, u8 *kek, size_t kek_bytes) in ieee802_1x_kek_aes_cmac()
|
D | ieee802_1x_kay_i.h | 108 struct mka_key kek; member
|
/hostap/wpa_supplicant/ |
D | wpas_glue.c | 1265 const u8 *kek, size_t kek_len, in wpa_supplicant_set_rekey_offload()
|
D | driver_i.h | 623 const u8 *kek, size_t kek_len, in wpa_drv_set_rekey_info()
|
/hostap/src/ap/ |
D | wpa_auth_ft.c | 2224 const u8 *kek; in wpa_ft_gtk_subelem() local 2310 const u8 *kek, *igtk; in wpa_ft_igtk_subelem() local 2371 const u8 *kek, *bigtk; in wpa_ft_bigtk_subelem() local
|
/hostap/tests/hwsim/ |
D | test_ap_psk.py | 1833 def aes_wrap(kek, plain): argument
|
/hostap/src/drivers/ |
D | driver_nl80211.c | 10479 static void nl80211_set_rekey_info(void *priv, const u8 *kek, size_t kek_len, in nl80211_set_rekey_info()
|