Searched refs:return_iv (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | spu2.c | 648 * @return_iv: Return IV in output packet before payload 662 bool gen_iv, bool hash_iv, bool return_iv, in spu2_fmd_ctrl1_write() 691 if (return_iv) { in spu2_fmd_ctrl1_write() 1074 aead_parms->return_iv, aead_parms->ret_iv_len, in spu2_create_request() 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
|
H A D | spu.h | 143 bool return_iv; /* True if SPU should return an IV */ member
|
H A D | cipher.c | 1332 aead_parms.return_iv = true; in handle_aead_req()
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | spu2.c | 650 * @return_iv: Return IV in output packet before payload 664 bool gen_iv, bool hash_iv, bool return_iv, in spu2_fmd_ctrl1_write() 693 if (return_iv) { in spu2_fmd_ctrl1_write() 1077 aead_parms->return_iv, aead_parms->ret_iv_len, in spu2_create_request() 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
|
H A D | spu.h | 144 bool return_iv; /* True if SPU should return an IV */ member
|
H A D | cipher.c | 1329 aead_parms.return_iv = true; in handle_aead_req()
|
Completed in 14 milliseconds