Searched refs:dnents (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 1254 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local 1256 dnents = sg_nents_xlen(req->dst, req->cryptlen, in process_cipher() 1258 phys_dsgl = get_space_for_phys_dsgl(dnents); in process_cipher() 2363 unsigned int kctx_len = 0, dnents, snents; in create_authenc_wr() local 2386 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen + in create_authenc_wr() 2388 dnents += MIN_AUTH_SG; // For IV in create_authenc_wr() 2391 dst_size = get_space_for_phys_dsgl(dnents); in create_authenc_wr() 2402 if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE, in create_authenc_wr() 2960 unsigned int dst_size = 0, kctx_len, dnents, temp, snents; in create_aead_ccm_wr() local 2980 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen in create_aead_ccm_wr() [all …]
|