Searched refs:ahash_edesc_alloc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamhash.c | 693 static struct ahash_edesc *ahash_edesc_alloc(struct ahash_request *req, in ahash_edesc_alloc() function 871 edesc = ahash_edesc_alloc(req, pad_nents, ctx->sh_desc_update, in ahash_update_ctx() 954 edesc = ahash_edesc_alloc(req, 4, ctx->sh_desc_fin, in ahash_final_ctx() 1032 edesc = ahash_edesc_alloc(req, sec4_sg_src_index + mapped_nents, in ahash_finup_ctx() 1104 edesc = ahash_edesc_alloc(req, mapped_nents > 1 ? mapped_nents : 0, in ahash_digest() 1153 edesc = ahash_edesc_alloc(req, 0, ctx->sh_desc_digest, in ahash_final_no_ctx() 1246 edesc = ahash_edesc_alloc(req, pad_nents, in ahash_update_no_ctx() 1344 edesc = ahash_edesc_alloc(req, sec4_sg_src_index + mapped_nents, in ahash_finup_no_ctx() 1438 edesc = ahash_edesc_alloc(req, mapped_nents > 1 ? in ahash_update_first()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamhash.c | 702 static struct ahash_edesc *ahash_edesc_alloc(struct ahash_request *req, in ahash_edesc_alloc() function 878 edesc = ahash_edesc_alloc(req, pad_nents, ctx->sh_desc_update, in ahash_update_ctx() 961 edesc = ahash_edesc_alloc(req, 4, ctx->sh_desc_fin, in ahash_final_ctx() 1039 edesc = ahash_edesc_alloc(req, sec4_sg_src_index + mapped_nents, in ahash_finup_ctx() 1111 edesc = ahash_edesc_alloc(req, mapped_nents > 1 ? mapped_nents : 0, in ahash_digest() 1160 edesc = ahash_edesc_alloc(req, 0, ctx->sh_desc_digest, in ahash_final_no_ctx() 1253 edesc = ahash_edesc_alloc(req, pad_nents, in ahash_update_no_ctx() 1351 edesc = ahash_edesc_alloc(req, sec4_sg_src_index + mapped_nents, in ahash_finup_no_ctx() 1445 edesc = ahash_edesc_alloc(req, mapped_nents > 1 ? in ahash_update_first()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | talitos.c | 1911 static struct talitos_edesc *ahash_edesc_alloc(struct ahash_request *areq, in ahash_edesc_alloc() function 2067 edesc = ahash_edesc_alloc(areq, nbytes_to_hash); in ahash_process_req()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | talitos.c | 1912 static struct talitos_edesc *ahash_edesc_alloc(struct ahash_request *areq, in ahash_edesc_alloc() function 2068 edesc = ahash_edesc_alloc(areq, nbytes_to_hash); in ahash_process_req()
|
Completed in 13 milliseconds