Lines Matching refs:hw_key
54 info->control.hw_key = NULL; in ieee80211_tx_h_michael_mic_add()
57 if (info->control.hw_key && in ieee80211_tx_h_michael_mic_add()
66 if (!info->control.hw_key) in ieee80211_tx_h_michael_mic_add()
196 if (info->control.hw_key && in tkip_encrypt_skb()
197 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in tkip_encrypt_skb()
198 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in tkip_encrypt_skb()
206 if (info->control.hw_key) in tkip_encrypt_skb()
220 if (info->control.hw_key && in tkip_encrypt_skb()
221 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in tkip_encrypt_skb()
233 if (info->control.hw_key) in tkip_encrypt_skb()
414 if (info->control.hw_key && in ccmp_encrypt_skb()
415 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in ccmp_encrypt_skb()
416 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in ccmp_encrypt_skb()
417 !((info->control.hw_key->flags & in ccmp_encrypt_skb()
430 if (info->control.hw_key) in ccmp_encrypt_skb()
443 if (info->control.hw_key && in ccmp_encrypt_skb()
444 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in ccmp_encrypt_skb()
462 if (info->control.hw_key) in ccmp_encrypt_skb()
642 if (info->control.hw_key && in gcmp_encrypt_skb()
643 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in gcmp_encrypt_skb()
644 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in gcmp_encrypt_skb()
645 !((info->control.hw_key->flags & in gcmp_encrypt_skb()
657 if (info->control.hw_key) in gcmp_encrypt_skb()
672 if (info->control.hw_key && in gcmp_encrypt_skb()
673 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in gcmp_encrypt_skb()
691 if (info->control.hw_key) in gcmp_encrypt_skb()
796 if (info->control.hw_key && in ieee80211_crypto_cs_encrypt()
797 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in ieee80211_crypto_cs_encrypt()
941 if (info->control.hw_key) in ieee80211_crypto_aes_cmac_encrypt()
985 if (info->control.hw_key) in ieee80211_crypto_aes_cmac_256_encrypt()
1130 if (info->control.hw_key) in ieee80211_crypto_aes_gmac_encrypt()
1226 if (!info->control.hw_key) in ieee80211_crypto_hw_encrypt()