Lines Matching refs:cipher

625 	switch (key->cipher) {  in iwl_mld_set_key_rx_seq()
694 switch (key->cipher) { in iwl_mld_resume_keys_iter()
706 key->cipher == in iwl_mld_resume_keys_iter()
712 data->gtk_cipher != key->cipher)) in iwl_mld_resume_keys_iter()
715 data->gtk_cipher = key->cipher; in iwl_mld_resume_keys_iter()
725 data->igtk_cipher != key->cipher)) in iwl_mld_resume_keys_iter()
728 data->igtk_cipher = key->cipher; in iwl_mld_resume_keys_iter()
734 data->bigtk_cipher != key->cipher)) in iwl_mld_resume_keys_iter()
737 data->bigtk_cipher = key->cipher; in iwl_mld_resume_keys_iter()
754 u32 cipher) in iwl_mld_add_mcast_rekey() argument
761 .conf.cipher = cipher, in iwl_mld_add_mcast_rekey()
779 switch (cipher) { in iwl_mld_add_mcast_rekey()
1313 u8 *pn = key->cipher == WLAN_CIPHER_SUITE_CCMP ? seq.ccmp.pn : in iwl_mld_aes_seq_to_le64_pn()
1389 __le32 cipher = 0; in iwl_mld_suspend_key_data_iter() local
1391 switch (key->cipher) { in iwl_mld_suspend_key_data_iter()
1393 cipher = cpu_to_le32(STA_KEY_FLG_CCM); in iwl_mld_suspend_key_data_iter()
1397 if (!cipher) in iwl_mld_suspend_key_data_iter()
1398 cipher = cpu_to_le32(STA_KEY_FLG_GCMP); in iwl_mld_suspend_key_data_iter()
1401 if (!cipher) in iwl_mld_suspend_key_data_iter()
1402 cipher = cpu_to_le32(STA_KEY_FLG_TKIP); in iwl_mld_suspend_key_data_iter()
1405 if (key->cipher == WLAN_CIPHER_SUITE_TKIP) in iwl_mld_suspend_key_data_iter()
1424 data->gtk_cipher = cipher; in iwl_mld_suspend_key_data_iter()
1438 if (key->cipher == WLAN_CIPHER_SUITE_TKIP) in iwl_mld_suspend_key_data_iter()
1448 cipher = cpu_to_le32(STA_KEY_FLG_GCMP); in iwl_mld_suspend_key_data_iter()
1452 if (!cipher) in iwl_mld_suspend_key_data_iter()
1453 cipher = cpu_to_le32(STA_KEY_FLG_CCM); in iwl_mld_suspend_key_data_iter()
1455 data->igtk_cipher = cipher; in iwl_mld_suspend_key_data_iter()
1458 data->bigtk_cipher = cipher; in iwl_mld_suspend_key_data_iter()