/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_common.c | 1514 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, in wpa_derive_pmk_r0() argument 1542 wpa_hexdump_key(MSG_DEBUG, "FT: XXKey", xxkey, xxkey_len); in wpa_derive_pmk_r0() 1561 if (xxkey_len != SHA384_MAC_LEN) { in wpa_derive_pmk_r0() 1564 (int) xxkey_len, SHA384_MAC_LEN); in wpa_derive_pmk_r0() 1567 if (sha384_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0() 1573 if (xxkey_len != PMK_LEN) { in wpa_derive_pmk_r0() 1576 (int) xxkey_len, PMK_LEN); in wpa_derive_pmk_r0() 1579 if (sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0()
|
H A D | wpa_common.h | 376 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_i.h | 126 size_t xxkey_len; member
|
H A D | wpa_auth.c | 977 sm->xxkey_len = pmk_len; in wpa_try_alt_snonce() 1852 sm->xxkey_len = 0; in wpa_auth_sm_event() 2115 sm->xxkey_len = 0; in SM_STATE() 2152 sm->xxkey_len = SHA384_MAC_LEN; in SM_STATE() 2155 sm->xxkey_len = PMK_LEN; in SM_STATE() 2193 sm->xxkey_len = PMK_LEN; in SM_STATE() 2203 sm->xxkey_len = sm->pmksa->pmk_len; in SM_STATE() 2997 sm->xxkey_len = pmk_len; in SM_STATE()
|
H A 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_i.h | 121 size_t xxkey_len; member
|
H A D | wpa_auth.c | 901 sm->xxkey_len = pmk_len; in wpa_try_alt_snonce() 1762 sm->xxkey_len = 0; in wpa_auth_sm_event() 2011 sm->xxkey_len = 0; in SM_STATE() 2048 sm->xxkey_len = SHA384_MAC_LEN; in SM_STATE() 2051 sm->xxkey_len = PMK_LEN; in SM_STATE() 2089 sm->xxkey_len = PMK_LEN; in SM_STATE() 2099 sm->xxkey_len = sm->pmksa->pmk_len; in SM_STATE() 2854 sm->xxkey_len = pmk_len; in SM_STATE()
|
H A D | wpa_auth_ft.c | 2101 if (sm->xxkey_len > 0) { in wpa_auth_derive_ptk_ft() 2103 mpmk_len = sm->xxkey_len; in wpa_auth_derive_ptk_ft()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_common.c | 1922 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, in wpa_derive_pmk_r0() argument 1950 wpa_hexdump_key(MSG_DEBUG, "FT: XXKey", xxkey, xxkey_len); in wpa_derive_pmk_r0() 1969 if (xxkey_len != SHA384_MAC_LEN) { in wpa_derive_pmk_r0() 1972 (int) xxkey_len, SHA384_MAC_LEN); in wpa_derive_pmk_r0() 1975 if (sha384_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0() 1981 if (xxkey_len != PMK_LEN) { in wpa_derive_pmk_r0() 1984 (int) xxkey_len, PMK_LEN); in wpa_derive_pmk_r0() 1987 if (sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0()
|
H A D | wpa_common.h | 472 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa_ft.c | 34 if (sm->xxkey_len > 0) { in wpa_derive_ptk_ft() 36 mpmk_len = sm->xxkey_len; in wpa_derive_ptk_ft()
|
H A D | wpa.c | 247 if (wpa_sm_key_mgmt_set_pmk(sm, sm->xxkey, sm->xxkey_len)) in wpa_supplicant_key_mgmt_set_pmk() 292 sm->xxkey_len = 0; in wpa_supplicant_get_pmk() 302 sm->xxkey_len = sm->pmk_len; in wpa_supplicant_get_pmk() 332 sm->xxkey_len = SHA384_MAC_LEN; in wpa_supplicant_get_pmk() 335 sm->xxkey_len = PMK_LEN; in wpa_supplicant_get_pmk() 349 sm->xxkey, sm->xxkey_len); in wpa_supplicant_get_pmk() 351 sm->xxkey, sm->xxkey_len, in wpa_supplicant_get_pmk() 2844 sm->xxkey_len = pmk_len; in wpa_sm_set_pmk() 3384 sm->xxkey_len = 0; in wpa_sm_drop_sa()
|
H A D | wpa_i.h | 118 size_t xxkey_len; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa_i.h | 147 size_t xxkey_len; member
|
H A 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()
|
H A D | wpa.c | 305 if (wpa_sm_key_mgmt_set_pmk(sm, sm->xxkey, sm->xxkey_len)) in wpa_supplicant_key_mgmt_set_pmk() 350 sm->xxkey_len = 0; in wpa_supplicant_get_pmk() 360 sm->xxkey_len = sm->pmk_len; in wpa_supplicant_get_pmk() 390 sm->xxkey_len = SHA384_MAC_LEN; in wpa_supplicant_get_pmk() 393 sm->xxkey_len = PMK_LEN; in wpa_supplicant_get_pmk() 407 sm->xxkey, sm->xxkey_len); in wpa_supplicant_get_pmk() 409 sm->xxkey, sm->xxkey_len, in wpa_supplicant_get_pmk() 4256 sm->xxkey_len = pmk_len; 5058 sm->xxkey_len = 0;
|