Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/caam/
Dcaamhash.c816 int pad_nents; in ahash_update_ctx() local
837 pad_nents = pad_sg_nents(sec4_sg_src_index + mapped_nents); in ahash_update_ctx()
838 sec4_sg_bytes = pad_nents * sizeof(struct sec4_sg_entry); in ahash_update_ctx()
844 edesc = ahash_edesc_alloc(ctx, pad_nents, ctx->sh_desc_update, in ahash_update_ctx()
1236 int pad_nents; in ahash_update_no_ctx() local
1256 pad_nents = pad_sg_nents(1 + mapped_nents); in ahash_update_no_ctx()
1257 sec4_sg_bytes = pad_nents * sizeof(struct sec4_sg_entry); in ahash_update_no_ctx()
1263 edesc = ahash_edesc_alloc(ctx, pad_nents, in ahash_update_no_ctx()