Searched defs:kck (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | pmksa_cache_auth.c | 205 const u8 *kck, size_t kck_len, in pmksa_cache_auth_add() 240 const u8 *kck, size_t kck_len, const u8 *aa, in pmksa_cache_auth_create_entry()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 26 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr, in wpa_ft_mic() 1040 int rsn_pmkid_suite_b(const u8 *kck, size_t kck_len, const u8 *aa, in rsn_pmkid_suite_b() 1072 int rsn_pmkid_suite_b_192(const u8 *kck, size_t kck_len, const u8 *aa, in rsn_pmkid_suite_b_192()
|
D | wpa_common.h | 201 u8 kck[WPA_KCK_MAX_LEN]; /* EAPOL-Key Key Confirmation Key (KCK) */ member 375 static inline int rsn_pmkid_suite_b(const u8 *kck, size_t kck_len, const u8 *aa, in rsn_pmkid_suite_b() 386 static inline int rsn_pmkid_suite_b_192(const u8 *kck, size_t kck_len, in rsn_pmkid_suite_b_192()
|
D | sae.h | 45 u8 kck[SAE_MAX_HASH_LEN]; member
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | pmksa_cache.h | 108 const u8 *pmkid, const u8 *kck, size_t kck_len, in pmksa_cache_add()
|
D | pmksa_cache.c | 108 const u8 *pmkid, const u8 *kck, size_t kck_len, in pmksa_cache_add()
|
D | wpa_ft.c | 155 const u8 *kck, size_t kck_len, in wpa_ft_gen_req_ies()
|
D | wpa.c | 235 void wpa_eapol_key_send(struct wpa_sm *sm, const u8 *kck, size_t kck_len, in wpa_eapol_key_send()
|