Searched refs:DESC_JOB_IO_LEN (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 142 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 D | desc_constr.h | 22 #define DESC_JOB_IO_LEN __DESC_JOB_IO_LEN(CAAM_PTR_SZ) macro
|
H A D | caamalg_qi2.c | 230 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 D | caamalg.c | 81 #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()
|