Searched refs:pad_nents (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamhash.c | 843 int pad_nents; in ahash_update_ctx() local 864 pad_nents = pad_sg_nents(sec4_sg_src_index + mapped_nents); in ahash_update_ctx() 865 sec4_sg_bytes = pad_nents * sizeof(struct sec4_sg_entry); in ahash_update_ctx() 871 edesc = ahash_edesc_alloc(req, pad_nents, ctx->sh_desc_update, in ahash_update_ctx() 1219 int pad_nents; in ahash_update_no_ctx() local 1239 pad_nents = pad_sg_nents(1 + mapped_nents); in ahash_update_no_ctx() 1240 sec4_sg_bytes = pad_nents * sizeof(struct sec4_sg_entry); in ahash_update_no_ctx() 1246 edesc = ahash_edesc_alloc(req, pad_nents, in ahash_update_no_ctx()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamhash.c | 850 int pad_nents; in ahash_update_ctx() local 871 pad_nents = pad_sg_nents(sec4_sg_src_index + mapped_nents); in ahash_update_ctx() 872 sec4_sg_bytes = pad_nents * sizeof(struct sec4_sg_entry); in ahash_update_ctx() 878 edesc = ahash_edesc_alloc(req, pad_nents, ctx->sh_desc_update, in ahash_update_ctx() 1226 int pad_nents; in ahash_update_no_ctx() local 1246 pad_nents = pad_sg_nents(1 + mapped_nents); in ahash_update_no_ctx() 1247 sec4_sg_bytes = pad_nents * sizeof(struct sec4_sg_entry); in ahash_update_no_ctx() 1253 edesc = ahash_edesc_alloc(req, pad_nents, in ahash_update_no_ctx()
|
Completed in 6 milliseconds