Searched refs:sec4_sg_src_index (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/crypto/caam/ |
| D | caamhash.c | 796 int src_nents, mapped_nents, sec4_sg_bytes, sec4_sg_src_index; in ahash_update_ctx() local 836 sec4_sg_src_index = 1 + (*buflen ? 1 : 0); in ahash_update_ctx() 837 pad_nents = pad_sg_nents(sec4_sg_src_index + mapped_nents); in ahash_update_ctx() 865 edesc->sec4_sg + sec4_sg_src_index, in ahash_update_ctx() 868 sg_to_sec4_set_last(edesc->sec4_sg + sec4_sg_src_index - in ahash_update_ctx() 996 int sec4_sg_src_index; in ahash_finup_ctx() local 1019 sec4_sg_src_index = 1 + (buflen ? 1 : 0); in ahash_finup_ctx() 1022 edesc = ahash_edesc_alloc(ctx, sec4_sg_src_index + mapped_nents, in ahash_finup_ctx() 1044 sec4_sg_src_index, ctx->ctx_len + buflen, in ahash_finup_ctx() 1347 int sec4_sg_bytes, sec4_sg_src_index, src_nents, mapped_nents; in ahash_finup_no_ctx() local [all …]
|