Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamhash.c702 static struct ahash_edesc *ahash_edesc_alloc(struct ahash_request *req, in ahash_edesc_alloc() function
879 edesc = ahash_edesc_alloc(req, pad_nents, ctx->sh_desc_update, in ahash_update_ctx()
962 edesc = ahash_edesc_alloc(req, 4, ctx->sh_desc_fin, in ahash_final_ctx()
1040 edesc = ahash_edesc_alloc(req, sec4_sg_src_index + mapped_nents, in ahash_finup_ctx()
1112 edesc = ahash_edesc_alloc(req, mapped_nents > 1 ? mapped_nents : 0, in ahash_digest()
1161 edesc = ahash_edesc_alloc(req, 0, ctx->sh_desc_digest, in ahash_final_no_ctx()
1254 edesc = ahash_edesc_alloc(req, pad_nents, in ahash_update_no_ctx()
1352 edesc = ahash_edesc_alloc(req, sec4_sg_src_index + mapped_nents, in ahash_finup_no_ctx()
1446 edesc = ahash_edesc_alloc(req, mapped_nents > 1 ? in ahash_update_first()