Lines Matching refs:control

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()
193 if (info->control.hw_key && in tkip_encrypt_skb()
194 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in tkip_encrypt_skb()
195 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in tkip_encrypt_skb()
203 if (info->control.hw_key) in tkip_encrypt_skb()
217 if (info->control.hw_key && in tkip_encrypt_skb()
218 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in tkip_encrypt_skb()
230 if (info->control.hw_key) in tkip_encrypt_skb()
411 if (info->control.hw_key && in ccmp_encrypt_skb()
412 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in ccmp_encrypt_skb()
413 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in ccmp_encrypt_skb()
414 !((info->control.hw_key->flags & in ccmp_encrypt_skb()
427 if (info->control.hw_key) in ccmp_encrypt_skb()
440 if (info->control.hw_key && in ccmp_encrypt_skb()
441 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in ccmp_encrypt_skb()
459 if (info->control.hw_key) in ccmp_encrypt_skb()
636 if (info->control.hw_key && in gcmp_encrypt_skb()
637 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in gcmp_encrypt_skb()
638 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in gcmp_encrypt_skb()
639 !((info->control.hw_key->flags & in gcmp_encrypt_skb()
651 if (info->control.hw_key) in gcmp_encrypt_skb()
666 if (info->control.hw_key && in gcmp_encrypt_skb()
667 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in gcmp_encrypt_skb()
685 if (info->control.hw_key) in gcmp_encrypt_skb()
786 if (info->control.hw_key && in ieee80211_crypto_cs_encrypt()
787 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in ieee80211_crypto_cs_encrypt()
931 if (info->control.hw_key) in ieee80211_crypto_aes_cmac_encrypt()
975 if (info->control.hw_key) in ieee80211_crypto_aes_cmac_256_encrypt()
1120 if (info->control.hw_key) in ieee80211_crypto_aes_gmac_encrypt()
1216 if (!info->control.hw_key) in ieee80211_crypto_hw_encrypt()