Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c294 append_math_sub_imm_u32(desc, REG3, SEQOUTLEN, IMM, ctx->authsize); in aead_null_set_sh_desc()
385 append_math_sub_imm_u32(desc, REG3, SEQINLEN, IMM, in aead_null_set_sh_desc()
510 append_math_sub_imm_u32(desc, REG3, SEQOUTLEN, IMM, ctx->authsize); in aead_set_sh_desc()
513 append_math_sub_imm_u32(desc, REG2, SEQINLEN, IMM, tfm->ivsize); in aead_set_sh_desc()
579 append_math_sub_imm_u32(desc, REG3, SEQINLEN, IMM, in aead_set_sh_desc()
668 append_math_sub_imm_u32(desc, REG3, SEQOUTLEN, IMM, ctx->authsize); in aead_set_sh_desc()
781 append_math_sub_imm_u32(desc, REG3, SEQOUTLEN, IMM, ctx->authsize); in gcm_set_sh_desc()
784 append_math_sub_imm_u32(desc, REG2, SEQINLEN, IMM, tfm->ivsize); in gcm_set_sh_desc()
890 append_math_sub_imm_u32(desc, REG3, SEQINLEN, IMM, in gcm_set_sh_desc()
1011 append_math_sub_imm_u32(desc, REG3, SEQOUTLEN, IMM, ctx->authsize); in rfc4106_set_sh_desc()
[all …]
Ddesc_constr.h344 #define append_math_sub_imm_u32(desc, dest, src0, src1, data) \ macro