Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_pathtbl.c528 bool gen_iv, iv_spc; in mesh_fast_tx_cache() local
530 gen_iv = key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV; in mesh_fast_tx_cache()
540 if (gen_iv) in mesh_fast_tx_cache()
542 if (gen_iv || iv_spc) in mesh_fast_tx_cache()
547 if (gen_iv) in mesh_fast_tx_cache()
549 if (gen_iv || iv_spc) in mesh_fast_tx_cache()
H A Dtx.c3192 bool gen_iv, iv_spc, mmic; in ieee80211_check_fast_xmit() local
3194 gen_iv = build.key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV; in ieee80211_check_fast_xmit()
3211 if (gen_iv) in ieee80211_check_fast_xmit()
3213 if (gen_iv || iv_spc) in ieee80211_check_fast_xmit()
3218 if (gen_iv) in ieee80211_check_fast_xmit()
3220 if (gen_iv || iv_spc) in ieee80211_check_fast_xmit()
3225 if (mmic || gen_iv) in ieee80211_check_fast_xmit()
3233 if (gen_iv) in ieee80211_check_fast_xmit()
3248 if (WARN_ON(gen_iv)) in ieee80211_check_fast_xmit()
/linux/drivers/crypto/bcm/
H A 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()