Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/caam/
Dcaamhash.c724 static struct ahash_edesc *ahash_edesc_alloc(struct caam_hash_ctx *ctx, in ahash_edesc_alloc() function
844 edesc = ahash_edesc_alloc(ctx, pad_nents, ctx->sh_desc_update, in ahash_update_ctx()
939 edesc = ahash_edesc_alloc(ctx, 4, ctx->sh_desc_fin, in ahash_final_ctx()
1022 edesc = ahash_edesc_alloc(ctx, sec4_sg_src_index + mapped_nents, in ahash_finup_ctx()
1100 edesc = ahash_edesc_alloc(ctx, mapped_nents > 1 ? mapped_nents : 0, in ahash_digest()
1159 edesc = ahash_edesc_alloc(ctx, 0, ctx->sh_desc_digest, in ahash_final_no_ctx()
1263 edesc = ahash_edesc_alloc(ctx, pad_nents, in ahash_update_no_ctx()
1374 edesc = ahash_edesc_alloc(ctx, sec4_sg_src_index + mapped_nents, in ahash_finup_no_ctx()
1477 edesc = ahash_edesc_alloc(ctx, mapped_nents > 1 ? in ahash_update_first()
/Linux-v5.4/drivers/crypto/
Dtalitos.c1910 static struct talitos_edesc *ahash_edesc_alloc(struct ahash_request *areq, in ahash_edesc_alloc() function
2066 edesc = ahash_edesc_alloc(areq, nbytes_to_hash); in ahash_process_req()