Searched refs:xxkey_len (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_i.h | 126 size_t xxkey_len; member
|
D | wpa_auth.c | 958 sm->xxkey_len = pmk_len; in wpa_try_alt_snonce() 1814 sm->xxkey_len = 0; in wpa_auth_sm_event() 2077 sm->xxkey_len = 0; in SM_STATE() 2114 sm->xxkey_len = SHA384_MAC_LEN; in SM_STATE() 2117 sm->xxkey_len = PMK_LEN; in SM_STATE() 2155 sm->xxkey_len = PMK_LEN; in SM_STATE() 2165 sm->xxkey_len = sm->pmksa->pmk_len; in SM_STATE() 2961 sm->xxkey_len = pmk_len; in SM_STATE()
|
D | wpa_auth_ft.c | 2104 if (sm->xxkey_len > 0) { in wpa_auth_derive_ptk_ft() 2106 mpmk_len = sm->xxkey_len; in wpa_auth_derive_ptk_ft()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 1854 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, in wpa_derive_pmk_r0() argument 1882 wpa_hexdump_key(MSG_DEBUG, "FT: XXKey", xxkey, xxkey_len); in wpa_derive_pmk_r0() 1901 if (xxkey_len != SHA384_MAC_LEN) { in wpa_derive_pmk_r0() 1904 (int) xxkey_len, SHA384_MAC_LEN); in wpa_derive_pmk_r0() 1907 if (sha384_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0() 1913 if (xxkey_len != PMK_LEN) { in wpa_derive_pmk_r0() 1916 (int) xxkey_len, PMK_LEN); in wpa_derive_pmk_r0() 1919 if (sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0()
|
D | wpa_common.h | 419 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 258 if (wpa_sm_key_mgmt_set_pmk(sm, sm->xxkey, sm->xxkey_len)) in wpa_supplicant_key_mgmt_set_pmk() 303 sm->xxkey_len = 0; in wpa_supplicant_get_pmk() 313 sm->xxkey_len = sm->pmk_len; in wpa_supplicant_get_pmk() 343 sm->xxkey_len = SHA384_MAC_LEN; in wpa_supplicant_get_pmk() 346 sm->xxkey_len = PMK_LEN; in wpa_supplicant_get_pmk() 360 sm->xxkey, sm->xxkey_len); in wpa_supplicant_get_pmk() 362 sm->xxkey, sm->xxkey_len, in wpa_supplicant_get_pmk() 3107 sm->xxkey_len = pmk_len; in wpa_sm_set_pmk() 3827 sm->xxkey_len = 0; in wpa_sm_drop_sa()
|
D | wpa_i.h | 144 size_t xxkey_len; member
|
D | wpa_ft.c | 45 if (sm->xxkey_len > 0) { in wpa_derive_ptk_ft() 47 mpmk_len = sm->xxkey_len; in wpa_derive_ptk_ft()
|