Lines Matching refs:assoclen
2059 append_seq_in_ptr(desc, src_dma, req->assoclen + req->cryptlen, in init_aead_job()
2078 req->assoclen + req->cryptlen + authsize, in init_aead_job()
2082 req->assoclen + req->cryptlen - authsize, in init_aead_job()
2086 append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen); in init_aead_job()
2104 if (encrypt && generic_gcm && !(req->assoclen + req->cryptlen)) in init_gcm_job()
2282 src_nents = sg_count(req->src, req->assoclen + req->cryptlen); in aead_edesc_alloc()
2284 req->assoclen + req->cryptlen + in aead_edesc_alloc()
2288 req->assoclen + req->cryptlen + in aead_edesc_alloc()
2410 if (req->assoclen < 8) in ipsec_gcm_encrypt()
2489 if (req->assoclen < 8) in ipsec_gcm_decrypt()
2514 req->assoclen + req->cryptlen, 1); in aead_decrypt()
2546 req->assoclen += ivsize; in aead_givdecrypt()