Lines Matching refs:ahash_edesc
559 struct ahash_edesc { struct
568 struct ahash_edesc *edesc, in ahash_unmap() argument
588 struct ahash_edesc *edesc, in ahash_unmap_ctx()
604 struct ahash_edesc *edesc; in ahash_done()
613 edesc = container_of(desc, struct ahash_edesc, hw_desc[0]); in ahash_done()
632 struct ahash_edesc *edesc; in ahash_done_bi()
641 edesc = container_of(desc, struct ahash_edesc, hw_desc[0]); in ahash_done_bi()
664 struct ahash_edesc *edesc; in ahash_done_ctx_src()
673 edesc = container_of(desc, struct ahash_edesc, hw_desc[0]); in ahash_done_ctx_src()
692 struct ahash_edesc *edesc; in ahash_done_ctx_dst()
701 edesc = container_of(desc, struct ahash_edesc, hw_desc[0]); in ahash_done_ctx_dst()
724 static struct ahash_edesc *ahash_edesc_alloc(struct caam_hash_ctx *ctx, in ahash_edesc_alloc()
729 struct ahash_edesc *edesc; in ahash_edesc_alloc()
745 struct ahash_edesc *edesc, in ahash_edesc_add_src()
797 struct ahash_edesc *edesc; in ahash_update_ctx()
932 struct ahash_edesc *edesc; in ahash_final_ctx()
999 struct ahash_edesc *edesc; in ahash_finup_ctx()
1077 struct ahash_edesc *edesc; in ahash_digest()
1155 struct ahash_edesc *edesc; in ahash_final_no_ctx()
1217 struct ahash_edesc *edesc; in ahash_update_no_ctx()
1349 struct ahash_edesc *edesc; in ahash_finup_no_ctx()
1437 struct ahash_edesc *edesc; in ahash_update_first()