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()
67 if (!info->control.hw_key) in ieee80211_tx_h_michael_mic_add()
204 if (info->control.hw_key && in tkip_encrypt_skb()
205 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in tkip_encrypt_skb()
206 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in tkip_encrypt_skb()
214 if (info->control.hw_key) in tkip_encrypt_skb()
228 if (info->control.hw_key && in tkip_encrypt_skb()
229 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in tkip_encrypt_skb()
237 if (info->control.hw_key) in tkip_encrypt_skb()
431 if (info->control.hw_key && in ccmp_encrypt_skb()
432 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in ccmp_encrypt_skb()
433 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in ccmp_encrypt_skb()
434 !((info->control.hw_key->flags & in ccmp_encrypt_skb()
447 if (info->control.hw_key) in ccmp_encrypt_skb()
460 if (info->control.hw_key && in ccmp_encrypt_skb()
461 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in ccmp_encrypt_skb()
478 if (info->control.hw_key) in ccmp_encrypt_skb()
631 if (info->control.hw_key && in gcmp_encrypt_skb()
632 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in gcmp_encrypt_skb()
633 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in gcmp_encrypt_skb()
634 !((info->control.hw_key->flags & in gcmp_encrypt_skb()
646 if (info->control.hw_key) in gcmp_encrypt_skb()
661 if (info->control.hw_key && in gcmp_encrypt_skb()
662 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in gcmp_encrypt_skb()
679 if (info->control.hw_key) in gcmp_encrypt_skb()
837 if (info->control.hw_key && in ieee80211_crypto_aes_cmac_encrypt()
854 if (info->control.hw_key) in ieee80211_crypto_aes_cmac_encrypt()
885 if (info->control.hw_key) in ieee80211_crypto_aes_cmac_256_encrypt()
1030 if (info->control.hw_key) in ieee80211_crypto_aes_gmac_encrypt()