Lines Matching defs:dnents
1283 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len;
1285 dnents = sg_nents_xlen(req->dst, req->cryptlen,
1287 phys_dsgl = get_space_for_phys_dsgl(dnents);
2449 unsigned int kctx_len = 0, dnents, snents;
2472 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen +
2474 dnents += MIN_AUTH_SG; // For IV
2477 dst_size = get_space_for_phys_dsgl(dnents);
2488 if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE,
3046 unsigned int dst_size = 0, kctx_len, dnents, temp, snents;
3066 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen
3069 dnents += MIN_CCM_SG; // For IV and B0
3070 dst_size = get_space_for_phys_dsgl(dnents);
3084 if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE -
3144 unsigned int transhdr_len, dnents = 0, snents;
3162 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen +
3167 dnents += MIN_GCM_SG; // For IV
3168 dst_size = get_space_for_phys_dsgl(dnents);
3177 if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE,