Searched refs:ahash_edesc_alloc (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/crypto/caam/ |
| D | caamhash.c | 683 static struct ahash_edesc *ahash_edesc_alloc(struct caam_hash_ctx *ctx, in ahash_edesc_alloc() function 788 edesc = ahash_edesc_alloc(ctx, sec4_sg_src_index + mapped_nents, in ahash_update_ctx() 888 edesc = ahash_edesc_alloc(ctx, sec4_sg_src_index, in ahash_final_ctx() 980 edesc = ahash_edesc_alloc(ctx, sec4_sg_src_index + mapped_nents, in ahash_finup_ctx() 1065 edesc = ahash_edesc_alloc(ctx, mapped_nents > 1 ? mapped_nents : 0, in ahash_digest() 1127 edesc = ahash_edesc_alloc(ctx, 0, ctx->sh_desc_digest, in ahash_final_no_ctx() 1218 edesc = ahash_edesc_alloc(ctx, 1 + mapped_nents, in ahash_update_no_ctx() 1333 edesc = ahash_edesc_alloc(ctx, sec4_sg_src_index + mapped_nents, in ahash_finup_no_ctx() 1429 edesc = ahash_edesc_alloc(ctx, mapped_nents > 1 ? in ahash_update_first()
|
| /Linux-v4.19/drivers/crypto/ |
| D | talitos.c | 1917 static struct talitos_edesc *ahash_edesc_alloc(struct ahash_request *areq, in ahash_edesc_alloc() function 2071 edesc = ahash_edesc_alloc(areq, nbytes_to_hash); in ahash_process_req()
|