Searched refs:dnents (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 1196 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local 1198 dnents = sg_nents_xlen(req->dst, req->nbytes, in process_cipher() 1200 phys_dsgl = get_space_for_phys_dsgl(dnents); in process_cipher() 2271 unsigned int kctx_len = 0, dnents; in create_authenc_wr() local 2294 dnents = sg_nents_xlen(req->dst, assoclen, CHCR_DST_SG_SIZE, 0); in create_authenc_wr() 2295 dnents += sg_nents_xlen(req->dst, req->cryptlen + in create_authenc_wr() 2298 dnents += MIN_AUTH_SG; // For IV in create_authenc_wr() 2300 dst_size = get_space_for_phys_dsgl(dnents); in create_authenc_wr() 2312 if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE, in create_authenc_wr() 2841 unsigned int dst_size = 0, kctx_len, dnents, temp; in create_aead_ccm_wr() local [all …]
|