Lines Matching refs:assoclen
1101 append_seq_in_ptr(desc, src_dma, req->assoclen + req->cryptlen, in init_aead_job()
1124 req->assoclen + req->cryptlen + authsize, in init_aead_job()
1128 req->assoclen + req->cryptlen - authsize, in init_aead_job()
1144 append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen); in init_gcm_job()
1148 if (encrypt && generic_gcm && !(req->assoclen + req->cryptlen)) in init_gcm_job()
1168 unsigned int assoclen = req->assoclen; in init_chachapoly_job() local
1182 assoclen -= ivsize; in init_chachapoly_job()
1185 append_math_add_imm_u32(desc, REG3, ZERO, IMM, assoclen); in init_chachapoly_job()
1235 append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen); in init_authenc_job()
1237 append_math_add_imm_u32(desc, DPOVRD, ZERO, IMM, req->assoclen); in init_authenc_job()
1322 src_len = req->assoclen + req->cryptlen; in aead_edesc_alloc()
1339 src_len = req->assoclen + req->cryptlen + in aead_edesc_alloc()
1601 return crypto_ipsec_check_assoclen(req->assoclen) ? : gcm_encrypt(req); in ipsec_gcm_encrypt()
1606 return crypto_ipsec_check_assoclen(req->assoclen) ? : gcm_decrypt(req); in ipsec_gcm_decrypt()