Lines Matching defs:assoclen
1086 append_seq_in_ptr(desc, src_dma, req->assoclen + req->cryptlen,
1109 req->assoclen + req->cryptlen + authsize,
1113 req->assoclen + req->cryptlen - authsize,
1129 append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen);
1133 if (encrypt && generic_gcm && !(req->assoclen + req->cryptlen))
1153 unsigned int assoclen = req->assoclen;
1167 assoclen -= ivsize;
1170 append_math_add_imm_u32(desc, REG3, ZERO, IMM, assoclen);
1215 * {REG3, DPOVRD} = assoclen, depending on whether MATH command supports
1219 append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen);
1221 append_math_add_imm_u32(desc, DPOVRD, ZERO, IMM, req->assoclen);
1306 src_len = req->assoclen + req->cryptlen;
1323 src_len = req->assoclen + req->cryptlen +
1583 return crypto_ipsec_check_assoclen(req->assoclen) ? : gcm_encrypt(req);
1588 return crypto_ipsec_check_assoclen(req->assoclen) ? : gcm_decrypt(req);