Home
last modified time | relevance | path

Searched refs:dnents (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/crypto/chelsio/
H A Dchcr_algo.c1285 dnents = sg_nents_xlen(req->dst, req->cryptlen, in process_cipher()
1287 phys_dsgl = get_space_for_phys_dsgl(dnents); in process_cipher()
2456 unsigned int kctx_len = 0, dnents, snents; in create_authenc_wr() local
2481 dnents += MIN_AUTH_SG; // For IV in create_authenc_wr()
2484 dst_size = get_space_for_phys_dsgl(dnents); in create_authenc_wr()
2495 if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE, in create_authenc_wr()
3076 dnents += MIN_CCM_SG; // For IV and B0 in create_aead_ccm_wr()
3077 dst_size = get_space_for_phys_dsgl(dnents); in create_aead_ccm_wr()
3151 unsigned int transhdr_len, dnents = 0, snents; in create_gcm_wr() local
3174 dnents += MIN_GCM_SG; // For IV in create_gcm_wr()
[all …]