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()
419 if (info->control.hw_key && in ccmp_encrypt_skb()
420 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in ccmp_encrypt_skb()
421 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in ccmp_encrypt_skb()
422 !((info->control.hw_key->flags & in ccmp_encrypt_skb()
435 if (info->control.hw_key) in ccmp_encrypt_skb()
448 if (info->control.hw_key && in ccmp_encrypt_skb()
449 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in ccmp_encrypt_skb()
467 if (info->control.hw_key) in ccmp_encrypt_skb()
655 if (info->control.hw_key && in gcmp_encrypt_skb()
656 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in gcmp_encrypt_skb()
657 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in gcmp_encrypt_skb()
658 !((info->control.hw_key->flags & in gcmp_encrypt_skb()
670 if (info->control.hw_key) in gcmp_encrypt_skb()
685 if (info->control.hw_key && in gcmp_encrypt_skb()
686 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in gcmp_encrypt_skb()
704 if (info->control.hw_key) in gcmp_encrypt_skb()
816 if (info->control.hw_key && in ieee80211_crypto_cs_encrypt()
817 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in ieee80211_crypto_cs_encrypt()
960 if (info->control.hw_key && in ieee80211_crypto_aes_cmac_encrypt()
977 if (info->control.hw_key) in ieee80211_crypto_aes_cmac_encrypt()
1008 if (info->control.hw_key) in ieee80211_crypto_aes_cmac_256_encrypt()
1153 if (info->control.hw_key) in ieee80211_crypto_aes_gmac_encrypt()
1254 if (!info->control.hw_key) in ieee80211_crypto_hw_encrypt()