Searched refs:dnents (Results 1 – 1 of 1) sorted by relevance
/drivers/crypto/chelsio/ |
D | chcr_algo.c | 1290 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local 1292 dnents = sg_nents_xlen(req->dst, req->cryptlen, in process_cipher() 1294 phys_dsgl = get_space_for_phys_dsgl(dnents); in process_cipher() 2454 unsigned int kctx_len = 0, dnents, snents; in create_authenc_wr() local 2477 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen + in create_authenc_wr() 2479 dnents += MIN_AUTH_SG; // For IV in create_authenc_wr() 2482 dst_size = get_space_for_phys_dsgl(dnents); in create_authenc_wr() 2493 if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE, in create_authenc_wr() 3051 unsigned int dst_size = 0, kctx_len, dnents, temp, snents; in create_aead_ccm_wr() local 3071 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen in create_aead_ccm_wr() [all …]
|