Searched refs:dnents (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A 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 in create_aead_ccm_wr() 3149 unsigned int transhdr_len, dnents = 0, snents; create_gcm_wr() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 1283 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len; in process_cipher() local 1285 dnents = sg_nents_xlen(req->dst, req->cryptlen, in process_cipher() 1287 phys_dsgl = get_space_for_phys_dsgl(dnents); in process_cipher() 2449 unsigned int kctx_len = 0, dnents, snents; in create_authenc_wr() local 2472 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen + in create_authenc_wr() 2474 dnents += MIN_AUTH_SG; // For IV in create_authenc_wr() 2477 dst_size = get_space_for_phys_dsgl(dnents); in create_authenc_wr() 2488 if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE, in create_authenc_wr() 3046 unsigned int dst_size = 0, kctx_len, dnents, temp, snents; in create_aead_ccm_wr() local 3066 dnents in create_aead_ccm_wr() 3144 unsigned int transhdr_len, dnents = 0, snents; create_gcm_wr() local [all...] |
Completed in 10 milliseconds