Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/caam/
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()
Ddesc_constr.h22 #define DESC_JOB_IO_LEN __DESC_JOB_IO_LEN(CAAM_PTR_SZ) macro
Dcaamalg_qi2.c228 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc()
256 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc()
655 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in gcm_set_sh_desc()
747 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4106_set_sh_desc()
848 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4543_set_sh_desc()
Dcaamalg.c72 #define AEAD_DESC_JOB_IO_LEN (DESC_JOB_IO_LEN + CAAM_CMD_SZ * 2)
1825 edesc = skcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in skcipher_crypt()