Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamhash.c843 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()