Lines Matching refs:hw_key
56 info->control.hw_key = NULL; in ieee80211_tx_h_michael_mic_add()
59 if (info->control.hw_key && in ieee80211_tx_h_michael_mic_add()
69 if (!info->control.hw_key) in ieee80211_tx_h_michael_mic_add()
206 if (info->control.hw_key && in tkip_encrypt_skb()
207 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in tkip_encrypt_skb()
208 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in tkip_encrypt_skb()
216 if (info->control.hw_key) in tkip_encrypt_skb()
230 if (info->control.hw_key && in tkip_encrypt_skb()
231 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in tkip_encrypt_skb()
239 if (info->control.hw_key) in tkip_encrypt_skb()
421 if (info->control.hw_key && in ccmp_encrypt_skb()
422 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in ccmp_encrypt_skb()
423 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in ccmp_encrypt_skb()
424 !((info->control.hw_key->flags & in ccmp_encrypt_skb()
437 if (info->control.hw_key) in ccmp_encrypt_skb()
450 if (info->control.hw_key && in ccmp_encrypt_skb()
451 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in ccmp_encrypt_skb()
469 if (info->control.hw_key) in ccmp_encrypt_skb()
652 if (info->control.hw_key && in gcmp_encrypt_skb()
653 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in gcmp_encrypt_skb()
654 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in gcmp_encrypt_skb()
655 !((info->control.hw_key->flags & in gcmp_encrypt_skb()
667 if (info->control.hw_key) in gcmp_encrypt_skb()
682 if (info->control.hw_key && in gcmp_encrypt_skb()
683 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in gcmp_encrypt_skb()
701 if (info->control.hw_key) in gcmp_encrypt_skb()
808 if (info->control.hw_key && in ieee80211_crypto_cs_encrypt()
809 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in ieee80211_crypto_cs_encrypt()
952 if (info->control.hw_key) in ieee80211_crypto_aes_cmac_encrypt()
996 if (info->control.hw_key) in ieee80211_crypto_aes_cmac_256_encrypt()
1141 if (info->control.hw_key) in ieee80211_crypto_aes_gmac_encrypt()
1237 if (!info->control.hw_key) in ieee80211_crypto_hw_encrypt()