Searched refs:sec4_sg_src_index (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/crypto/caam/ |
D | caamhash.c | 831 int src_nents, mapped_nents, sec4_sg_bytes, sec4_sg_src_index; in ahash_update_ctx() local 870 sec4_sg_src_index = 1 + (*buflen ? 1 : 0); in ahash_update_ctx() 871 pad_nents = pad_sg_nents(sec4_sg_src_index + mapped_nents); in ahash_update_ctx() 899 edesc->sec4_sg + sec4_sg_src_index, in ahash_update_ctx() 902 sg_to_sec4_set_last(edesc->sec4_sg + sec4_sg_src_index - in ahash_update_ctx() 1013 int sec4_sg_src_index; in ahash_finup_ctx() local 1036 sec4_sg_src_index = 1 + (buflen ? 1 : 0); in ahash_finup_ctx() 1039 edesc = ahash_edesc_alloc(req, sec4_sg_src_index + mapped_nents, in ahash_finup_ctx() 1060 sec4_sg_src_index, ctx->ctx_len + buflen, in ahash_finup_ctx() 1324 int sec4_sg_bytes, sec4_sg_src_index, src_nents, mapped_nents; in ahash_finup_no_ctx() local [all …]
|