Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamalg_qi.c142 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc()
157 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc()
175 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc()
309 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in gcm_set_sh_desc()
412 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4106_set_sh_desc()
520 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.c230 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc()
258 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc()
658 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in gcm_set_sh_desc()
750 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4106_set_sh_desc()
851 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4543_set_sh_desc()
H A Dcaamalg.c81 #define AEAD_DESC_JOB_IO_LEN (DESC_JOB_IO_LEN + CAAM_CMD_SZ * 2)
1846 edesc = skcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in skcipher_crypt()