Searched refs:xxkey_len (Results 1 – 13 of 13) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
D | wpa_common.c | 413 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, in wpa_derive_pmk_r0() argument 446 sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0()
|
D | wpa_common.h | 305 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_i.h | 111 size_t xxkey_len; member
|
D | wpa_auth_ft.c | 344 if (sm->xxkey_len == 0) { in wpa_auth_derive_ptk_ft() 350 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, ssid, ssid_len, mdid, in wpa_auth_derive_ptk_ft()
|
D | wpa_auth.c | 1664 sm->xxkey_len = 0; in SM_STATE() 1676 sm->xxkey_len = PMK_LEN; in SM_STATE() 1705 sm->xxkey_len = PMK_LEN; in SM_STATE()
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | wpa_i.h | 96 size_t xxkey_len; member
|
D | wpa_ft.c | 34 if (sm->xxkey_len == 0) { in wpa_derive_ptk_ft() 40 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, sm->ssid, in wpa_derive_ptk_ft()
|
D | wpa.c | 221 sm->xxkey_len = 0; in wpa_supplicant_get_pmk() 240 sm->xxkey_len = PMK_LEN; in wpa_supplicant_get_pmk() 1984 sm->xxkey_len = pmk_len; in wpa_sm_set_pmk()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 313 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|
D | wpa_common.c | 695 void wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, in wpa_derive_pmk_r0() argument 728 sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 28 if (sm->xxkey_len == 0) { in wpa_derive_ptk_ft() 34 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, sm->ssid, in wpa_derive_ptk_ft()
|
D | wpa_i.h | 108 size_t xxkey_len; member
|
D | wpa.c | 168 sm->xxkey_len = 0; in wpa_supplicant_get_pmk() 187 sm->xxkey_len = PMK_LEN; in wpa_supplicant_get_pmk() 2179 sm->xxkey_len = pmk_len; in wpa_sm_set_pmk()
|