Lines Matching defs:dnents
1290 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len;
1292 dnents = sg_nents_xlen(req->dst, req->cryptlen,
1294 phys_dsgl = get_space_for_phys_dsgl(dnents);
2454 unsigned int kctx_len = 0, dnents, snents;
2477 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen +
2479 dnents += MIN_AUTH_SG; // For IV
2482 dst_size = get_space_for_phys_dsgl(dnents);
2493 if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE,
3051 unsigned int dst_size = 0, kctx_len, dnents, temp, snents;
3071 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen
3074 dnents += MIN_CCM_SG; // For IV and B0
3075 dst_size = get_space_for_phys_dsgl(dnents);
3089 if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE -
3149 unsigned int transhdr_len, dnents = 0, snents;
3167 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen +
3172 dnents += MIN_GCM_SG; // For IV
3173 dst_size = get_space_for_phys_dsgl(dnents);
3182 if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE,