Searched refs:sec4_sg_src_index (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/caam/ |
H A D | caamhash.c | 832 int src_nents, mapped_nents, sec4_sg_bytes, sec4_sg_src_index; in ahash_update_ctx() local 871 sec4_sg_src_index = 1 + (*buflen ? 1 : 0); in ahash_update_ctx() 872 pad_nents = pad_sg_nents(sec4_sg_src_index + mapped_nents); in ahash_update_ctx() 900 edesc->sec4_sg + sec4_sg_src_index, in ahash_update_ctx() 903 sg_to_sec4_set_last(edesc->sec4_sg + sec4_sg_src_index - in ahash_update_ctx() 1014 int sec4_sg_src_index; in ahash_finup_ctx() local 1037 sec4_sg_src_index = 1 + (buflen ? 1 : 0); in ahash_finup_ctx() 1040 edesc = ahash_edesc_alloc(req, sec4_sg_src_index + mapped_nents, in ahash_finup_ctx() 1061 sec4_sg_src_index, ctx->ctx_len + buflen, in ahash_finup_ctx() 1325 int sec4_sg_bytes, sec4_sg_src_index, src_nents, mapped_nents; in ahash_finup_no_ctx() local [all …]
|