Lines Matching refs:ptk
48 static int wpa_aead_decrypt(struct wpa_state_machine *sm, struct wpa_ptk *ptk,
63 struct wpa_ptk *ptk, int force_sha256,
392 u32 life_time, const struct wpa_ptk *ptk) in wpa_auth_store_ptksa() argument
396 life_time, ptk); in wpa_auth_store_ptksa()
2861 struct wpa_ptk *ptk, int force_sha256, argument
2886 sm->pmk_r1_name, ptk,
2890 ret = wpa_auth_derive_ptk_ft(sm, ptk, pmk_r0, pmk_r1,
2903 ret = wpa_ltf_keyseed(ptk, sm->wpa_key_mgmt,
2927 sm->ANonce, snonce, ptk, akmp,
2938 ret = wpa_ltf_keyseed(ptk, sm->wpa_key_mgmt, sm->pairwise);
3044 static int wpa_aead_decrypt(struct wpa_state_machine *sm, struct wpa_ptk *ptk, argument
3075 if (aes_siv_decrypt(ptk->kek, ptk->kek_len, pos, key_data_len,