Home
last modified time | relevance | path

Searched refs:DESC_JOB_IO_LEN (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamalg_qi.c137 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc()
152 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc()
170 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc()
304 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in gcm_set_sh_desc()
407 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4106_set_sh_desc()
515 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4543_set_sh_desc()
H A Ddesc_constr.h22 #define DESC_JOB_IO_LEN __DESC_JOB_IO_LEN(CAAM_PTR_SZ) macro
H A Dcaamalg_qi2.c225 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc()
253 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc()
652 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in gcm_set_sh_desc()
744 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4106_set_sh_desc()
845 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4543_set_sh_desc()
H A Dcaamalg.c72 #define AEAD_DESC_JOB_IO_LEN (DESC_JOB_IO_LEN + CAAM_CMD_SZ * 2)
1819 edesc = skcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in skcipher_crypt()
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h18 #define DESC_JOB_IO_LEN (CAAM_CMD_SZ * 5 + CAAM_PTR_SZ * 3) macro