Home
last modified time | relevance | path

Searched refs:append_math_sub (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c300 append_math_sub(desc, VARSEQINLEN, SEQINLEN, REG3, CAAM_CMD_SZ); in aead_null_set_sh_desc()
388 append_math_sub(desc, REG2, SEQOUTLEN, REG0, CAAM_CMD_SZ); in aead_null_set_sh_desc()
389 append_math_sub(desc, VARSEQINLEN, REG3, REG2, CAAM_CMD_SZ); in aead_null_set_sh_desc()
516 append_math_sub(desc, VARSEQINLEN, REG2, REG3, CAAM_CMD_SZ); in aead_set_sh_desc()
582 append_math_sub(desc, REG2, SEQOUTLEN, REG0, CAAM_CMD_SZ); in aead_set_sh_desc()
583 append_math_sub(desc, VARSEQINLEN, REG3, REG2, CAAM_CMD_SZ); in aead_set_sh_desc()
671 append_math_sub(desc, VARSEQINLEN, SEQINLEN, REG3, CAAM_CMD_SZ); in aead_set_sh_desc()
787 append_math_sub(desc, REG1, REG2, REG3, CAAM_CMD_SZ); in gcm_set_sh_desc()
894 append_math_sub(desc, REG2, SEQOUTLEN, REG0, CAAM_CMD_SZ); in gcm_set_sh_desc()
895 append_math_sub(desc, REG1, REG3, REG2, CAAM_CMD_SZ); in gcm_set_sh_desc()
[all …]
Ddesc_constr.h316 #define append_math_sub(desc, dest, src0, src1, len) \ macro