Searched refs:DESC_JOB_IO_LEN (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/crypto/caam/ |
| D | caamalg_qi.c | 129 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc() 144 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc() 162 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc() 297 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in gcm_set_sh_desc() 402 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4106_set_sh_desc() 512 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4543_set_sh_desc()
|
| D | desc_constr.h | 22 #define DESC_JOB_IO_LEN __DESC_JOB_IO_LEN(CAAM_PTR_SZ) macro
|
| D | caamalg.c | 69 #define AEAD_DESC_JOB_IO_LEN (DESC_JOB_IO_LEN + CAAM_CMD_SZ * 2) 1850 edesc = skcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in skcipher_encrypt() 1887 edesc = skcipher_edesc_alloc(req, DESC_JOB_IO_LEN * CAAM_CMD_SZ); in skcipher_decrypt()
|
| D | caamalg_qi2.c | 221 DESC_JOB_IO_LEN, data_len, &inl_mask, in aead_set_sh_desc() 249 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() 749 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4106_set_sh_desc() 852 int rem_bytes = CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN - in rfc4543_set_sh_desc()
|