Searched refs:gen_iv (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_pathtbl.c | 516 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()
|
H A D | tx.c | 3171 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()
|
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | spu2.c | 646 * @gen_iv: If true, hw generates IV and returns in response 662 bool gen_iv, bool hash_iv, bool return_iv, in spu2_fmd_ctrl1_write() 685 if (gen_iv) in spu2_fmd_ctrl1_write() 659 spu2_fmd_ctrl1_write(struct SPU2_FMD *fmd, bool is_inbound, u64 assoc_size, u64 auth_key_len, u64 cipher_key_len, bool gen_iv, bool hash_iv, bool return_iv, u64 ret_iv_len, u64 ret_iv_offset, u64 cipher_iv_len, u64 digest_size, bool return_payload, bool return_md) spu2_fmd_ctrl1_write() argument
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | spu2.c | 648 * @gen_iv: If true, hw generates IV and returns in response 664 bool gen_iv, bool hash_iv, bool return_iv, in spu2_fmd_ctrl1_write() 687 if (gen_iv) in spu2_fmd_ctrl1_write() 661 spu2_fmd_ctrl1_write(struct SPU2_FMD *fmd, bool is_inbound, u64 assoc_size, u64 auth_key_len, u64 cipher_key_len, bool gen_iv, bool hash_iv, bool return_iv, u64 ret_iv_len, u64 ret_iv_offset, u64 cipher_iv_len, u64 digest_size, bool return_payload, bool return_md) spu2_fmd_ctrl1_write() argument
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | tx.c | 3067 bool gen_iv, iv_spc, mmic; in ieee80211_check_fast_xmit() local 3069 gen_iv = build.key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV; in ieee80211_check_fast_xmit() 3086 if (gen_iv) in ieee80211_check_fast_xmit() 3088 if (gen_iv || iv_spc) in ieee80211_check_fast_xmit() 3093 if (gen_iv) in ieee80211_check_fast_xmit() 3095 if (gen_iv || iv_spc) in ieee80211_check_fast_xmit() 3100 if (mmic || gen_iv) in ieee80211_check_fast_xmit() 3108 if (gen_iv) in ieee80211_check_fast_xmit() 3123 if (WARN_ON(gen_iv)) in ieee80211_check_fast_xmit()
|
Completed in 21 milliseconds