• Home
  • Raw
  • Download

Lines Matching refs:hw_key

53 		info->control.hw_key = NULL;  in ieee80211_tx_h_michael_mic_add()
56 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()
203 if (info->control.hw_key && in tkip_encrypt_skb()
204 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in tkip_encrypt_skb()
205 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in tkip_encrypt_skb()
213 if (info->control.hw_key) in tkip_encrypt_skb()
227 if (info->control.hw_key && in tkip_encrypt_skb()
228 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in tkip_encrypt_skb()
236 if (info->control.hw_key) in tkip_encrypt_skb()
418 if (info->control.hw_key && in ccmp_encrypt_skb()
419 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in ccmp_encrypt_skb()
420 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in ccmp_encrypt_skb()
421 !((info->control.hw_key->flags & in ccmp_encrypt_skb()
434 if (info->control.hw_key) in ccmp_encrypt_skb()
447 if (info->control.hw_key && in ccmp_encrypt_skb()
448 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in ccmp_encrypt_skb()
466 if (info->control.hw_key) in ccmp_encrypt_skb()
649 if (info->control.hw_key && in gcmp_encrypt_skb()
650 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) && in gcmp_encrypt_skb()
651 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE) && in gcmp_encrypt_skb()
652 !((info->control.hw_key->flags & in gcmp_encrypt_skb()
664 if (info->control.hw_key) in gcmp_encrypt_skb()
679 if (info->control.hw_key && in gcmp_encrypt_skb()
680 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) in gcmp_encrypt_skb()
698 if (info->control.hw_key) in gcmp_encrypt_skb()
805 if (info->control.hw_key && in ieee80211_crypto_cs_encrypt()
806 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) { in ieee80211_crypto_cs_encrypt()
949 if (info->control.hw_key && in ieee80211_crypto_aes_cmac_encrypt()
966 if (info->control.hw_key) in ieee80211_crypto_aes_cmac_encrypt()
997 if (info->control.hw_key) in ieee80211_crypto_aes_cmac_256_encrypt()
1142 if (info->control.hw_key) in ieee80211_crypto_aes_gmac_encrypt()
1243 if (!info->control.hw_key) in ieee80211_crypto_hw_encrypt()