Searched refs:append_math_add_imm_u32 (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/crypto/caam/ | 
| D | caamalg_desc.c | 420 			append_math_add_imm_u32(desc, VARSEQOUTLEN, REG3, IMM,  in cnstr_shdsc_aead_decap()428 			append_math_add_imm_u32(desc, VARSEQOUTLEN, DPOVRD, IMM,  in cnstr_shdsc_aead_decap()
 
 | 
| D | caamalg.c | 1128 	append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen);  in init_gcm_job()1169 	append_math_add_imm_u32(desc, REG3, ZERO, IMM, assoclen);  in init_chachapoly_job()
 1218 		append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen);  in init_authenc_job()
 1220 		append_math_add_imm_u32(desc, DPOVRD, ZERO, IMM, req->assoclen);  in init_authenc_job()
 
 | 
| D | desc_constr.h | 443 #define append_math_add_imm_u32(desc, dest, src0, src1, data) \  macro
 |