Home
last modified time | relevance | path

Searched refs:gen_iv (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/net/mac80211/
Dmesh_pathtbl.c516 bool gen_iv, iv_spc; in mesh_fast_tx_cache() local
518 gen_iv = key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV; in mesh_fast_tx_cache()
528 if (gen_iv) in mesh_fast_tx_cache()
530 if (gen_iv || iv_spc) in mesh_fast_tx_cache()
535 if (gen_iv) in mesh_fast_tx_cache()
537 if (gen_iv || iv_spc) in mesh_fast_tx_cache()
Dtx.c3171 bool gen_iv, iv_spc, mmic; in ieee80211_check_fast_xmit() local
3173 gen_iv = build.key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV; in ieee80211_check_fast_xmit()
3190 if (gen_iv) in ieee80211_check_fast_xmit()
3192 if (gen_iv || iv_spc) in ieee80211_check_fast_xmit()
3197 if (gen_iv) in ieee80211_check_fast_xmit()
3199 if (gen_iv || iv_spc) in ieee80211_check_fast_xmit()
3204 if (mmic || gen_iv) in ieee80211_check_fast_xmit()
3212 if (gen_iv) in ieee80211_check_fast_xmit()
3227 if (WARN_ON(gen_iv)) in ieee80211_check_fast_xmit()
/linux-6.6.21/drivers/crypto/bcm/
Dspu2.c664 bool gen_iv, bool hash_iv, bool return_iv, in spu2_fmd_ctrl1_write() argument
687 if (gen_iv) in spu2_fmd_ctrl1_write()