Searched refs:DESC_JOB_IO_LEN (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/crypto/caam/ |
D | qi.h | 41 #define MAX_SDLEN ((CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN) / CAAM_CMD_SZ)
|
D | caamalg_qi.c | 110 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc() 135 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc() 163 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc() 293 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in gcm_set_sh_desc() 388 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4106_set_sh_desc() 492 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4543_set_sh_desc()
|
D | caamalg.c | 68 #define AEAD_DESC_JOB_IO_LEN (DESC_JOB_IO_LEN + CAAM_CMD_SZ * 2) 74 #define DESC_MAX_USED_BYTES (CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN) 1612 edesc = ablkcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in ablkcipher_encrypt() 1647 edesc = ablkcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in ablkcipher_decrypt() 1815 edesc = ablkcipher_giv_edesc_alloc(creq, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in ablkcipher_givencrypt()
|
D | desc_constr.h | 18 #define DESC_JOB_IO_LEN (CAAM_CMD_SZ * 5 + CAAM_PTR_SZ * 3) macro
|
D | caamhash.c | 500 u32 hw_desc[DESC_JOB_IO_LEN / sizeof(u32)] ____cacheline_aligned;
|