Home
last modified time | relevance | path

Searched refs:ret_iv_len (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/bcm/
H A Dspu2.c372 u8 ret_iv_len; in spu2_dump_fmd_ctrl1() local
410 ret_iv_len = (ctrl1 & SPU2_RET_IV_LEN) >> SPU2_RET_IV_LEN_SHIFT; in spu2_dump_fmd_ctrl1()
412 ret_iv_len ? ret_iv_len : 16); in spu2_dump_fmd_ctrl1()
649 * @ret_iv_len: Length of IV returned from SPU, in bytes
663 u64 ret_iv_len, u64 ret_iv_offset, in spu2_fmd_ctrl1_write()
693 ctrl1 |= ret_iv_len << SPU2_RET_IV_LEN_SHIFT; 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 Dspu.h144 u32 ret_iv_len; /* Length in bytes of returned IV */ member
H A Dcipher.c1029 * @ret_iv_len: Length of IV returned in response
1049 u32 ret_iv_len, unsigned int resp_len, in spu_aead_rx_sg_create()
1068 assoc_len, ret_iv_len, in spu_aead_rx_sg_create()
1333 aead_parms.ret_iv_len = GCM_RFC4106_IV_SIZE; in handle_aead_req()
1337 aead_parms.ret_iv_len = 0; in handle_aead_req()
1358 aead_parms.ret_iv_len, in handle_aead_req()
1499 aead_parms.ret_iv_len, resp_len, digestsize, in handle_aead_req()
1044 spu_aead_rx_sg_create(struct brcm_message *mssg, struct aead_request *req, struct iproc_reqctx_s *rctx, u8 rx_frag_num, unsigned int assoc_len, u32 ret_iv_len, unsigned int resp_len, unsigned int digestsize, u32 stat_pad_len) spu_aead_rx_sg_create() argument
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H A Dspu2.c372 u8 ret_iv_len; in spu2_dump_fmd_ctrl1() local
410 ret_iv_len = (ctrl1 & SPU2_RET_IV_LEN) >> SPU2_RET_IV_LEN_SHIFT; in spu2_dump_fmd_ctrl1()
412 ret_iv_len ? ret_iv_len : 16); in spu2_dump_fmd_ctrl1()
651 * @ret_iv_len: Length of IV returned from SPU, in bytes
665 u64 ret_iv_len, u64 ret_iv_offset, in spu2_fmd_ctrl1_write()
695 ctrl1 |= ret_iv_len << SPU2_RET_IV_LEN_SHIFT; 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 Dspu.h145 u32 ret_iv_len; /* Length in bytes of returned IV */ member
H A Dcipher.c1026 * @ret_iv_len: Length of IV returned in response
1046 u32 ret_iv_len, unsigned int resp_len, in spu_aead_rx_sg_create()
1065 assoc_len, ret_iv_len, in spu_aead_rx_sg_create()
1330 aead_parms.ret_iv_len = GCM_RFC4106_IV_SIZE; in handle_aead_req()
1334 aead_parms.ret_iv_len = 0; in handle_aead_req()
1355 aead_parms.ret_iv_len, in handle_aead_req()
1496 aead_parms.ret_iv_len, resp_len, digestsize, in handle_aead_req()
1041 spu_aead_rx_sg_create(struct brcm_message *mssg, struct aead_request *req, struct iproc_reqctx_s *rctx, u8 rx_frag_num, unsigned int assoc_len, u32 ret_iv_len, unsigned int resp_len, unsigned int digestsize, u32 stat_pad_len) spu_aead_rx_sg_create() argument

Completed in 17 milliseconds