Lines Matching refs:assoclen
2125 append_seq_in_ptr(desc, src_dma, req->assoclen + req->cryptlen, in init_aead_job()
2144 req->assoclen + req->cryptlen + authsize, in init_aead_job()
2148 req->assoclen + req->cryptlen - authsize, in init_aead_job()
2152 append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen); in init_aead_job()
2170 if (encrypt && generic_gcm && !(req->assoclen + req->cryptlen)) in init_gcm_job()
2353 src_nents = sg_count(req->src, req->assoclen + req->cryptlen); in aead_edesc_alloc()
2355 req->assoclen + req->cryptlen + in aead_edesc_alloc()
2359 req->assoclen + req->cryptlen + in aead_edesc_alloc()
2481 if (req->assoclen < 8) in ipsec_gcm_encrypt()
2560 if (req->assoclen < 8) in ipsec_gcm_decrypt()
2581 req->assoclen + req->cryptlen, 1, may_sleep); in aead_decrypt()