Searched refs:sec4_sg_src_index (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamhash.c | 824 int src_nents, mapped_nents, sec4_sg_bytes, sec4_sg_src_index; in ahash_update_ctx() local 863 sec4_sg_src_index = 1 + (*buflen ? 1 : 0); in ahash_update_ctx() 864 pad_nents = pad_sg_nents(sec4_sg_src_index + mapped_nents); in ahash_update_ctx() 892 edesc->sec4_sg + sec4_sg_src_index, in ahash_update_ctx() 895 sg_to_sec4_set_last(edesc->sec4_sg + sec4_sg_src_index - in ahash_update_ctx() 1006 int sec4_sg_src_index; in ahash_finup_ctx() local 1029 sec4_sg_src_index = 1 + (buflen ? 1 : 0); in ahash_finup_ctx() 1032 edesc = ahash_edesc_alloc(req, sec4_sg_src_index + mapped_nents, in ahash_finup_ctx() 1053 sec4_sg_src_index, ctx->ctx_len + buflen, in ahash_finup_ctx() 1317 int sec4_sg_bytes, sec4_sg_src_index, src_nent in ahash_finup_no_ctx() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A 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_nent in ahash_finup_no_ctx() local [all...] |
Completed in 5 milliseconds