Lines Matching defs:assoclen
1101 append_seq_in_ptr(desc, src_dma, req->assoclen + req->cryptlen,
1124 req->assoclen + req->cryptlen + authsize,
1128 req->assoclen + req->cryptlen - authsize,
1144 append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen);
1148 if (encrypt && generic_gcm && !(req->assoclen + req->cryptlen))
1168 unsigned int assoclen = req->assoclen;
1182 assoclen -= ivsize;
1185 append_math_add_imm_u32(desc, REG3, ZERO, IMM, assoclen);
1231 * {REG3, DPOVRD} = assoclen, depending on whether MATH command supports
1235 append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen);
1237 append_math_add_imm_u32(desc, DPOVRD, ZERO, IMM, req->assoclen);
1322 src_len = req->assoclen + req->cryptlen;
1339 src_len = req->assoclen + req->cryptlen +
1601 return crypto_ipsec_check_assoclen(req->assoclen) ? : gcm_encrypt(req);
1606 return crypto_ipsec_check_assoclen(req->assoclen) ? : gcm_decrypt(req);