Home
last modified time | relevance | path

Searched refs:WPA_KCK_MAX_LEN (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dwpa_common.h203 #define WPA_KCK_MAX_LEN 24 macro
212 u8 kck[WPA_KCK_MAX_LEN]; /* EAPOL-Key Key Confirmation Key (KCK) */
Dwpa_common.c147 u8 tmp[WPA_KCK_MAX_LEN + WPA_KEK_MAX_LEN + WPA_TK_MAX_LEN]; in wpa_pmk_to_ptk()
971 u8 tmp[WPA_KCK_MAX_LEN + WPA_KEK_MAX_LEN + WPA_TK_MAX_LEN]; in wpa_pmk_r1_to_ptk()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c3036 if (ptk_kck && ptk_kck_len <= WPA_KCK_MAX_LEN) { in wpa_sm_set_ptk_kck_kek()