Home
last modified time | relevance | path

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

/drivers/crypto/caam/
Dcaamalg.c68 #define AEAD_DESC_JOB_IO_LEN (DESC_JOB_IO_LEN + CAAM_CMD_SZ * 2)
105 #define DESC_MAX_USED_BYTES (CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN)
383 if (DESC_AEAD_NULL_DEC_LEN + DESC_JOB_IO_LEN + in aead_null_set_sh_desc()
1065 if (DESC_RFC4106_DEC_LEN + DESC_JOB_IO_LEN + in rfc4106_set_sh_desc()
2719 edesc = ablkcipher_edesc_alloc(req, DESC_JOB_IO_LEN * in ablkcipher_encrypt()
2756 edesc = ablkcipher_edesc_alloc(req, DESC_JOB_IO_LEN * in ablkcipher_decrypt()
2897 edesc = ablkcipher_giv_edesc_alloc(creq, DESC_JOB_IO_LEN * in ablkcipher_givencrypt()
Ddesc_constr.h14 #define DESC_JOB_IO_LEN (CAAM_CMD_SZ * 5 + CAAM_PTR_SZ * 3) macro
Dcaamhash.c599 u32 hw_desc[DESC_JOB_IO_LEN / sizeof(u32)] ____cacheline_aligned;