Lines Matching refs:ahash_edesc
601 struct ahash_edesc { struct
611 struct ahash_edesc *edesc, in ahash_unmap() argument
625 struct ahash_edesc *edesc, in ahash_unmap_ctx()
641 struct ahash_edesc *edesc; in ahash_done()
651 edesc = (struct ahash_edesc *)((char *)desc - in ahash_done()
652 offsetof(struct ahash_edesc, hw_desc)); in ahash_done()
676 struct ahash_edesc *edesc; in ahash_done_bi()
686 edesc = (struct ahash_edesc *)((char *)desc - in ahash_done_bi()
687 offsetof(struct ahash_edesc, hw_desc)); in ahash_done_bi()
711 struct ahash_edesc *edesc; in ahash_done_ctx_src()
721 edesc = (struct ahash_edesc *)((char *)desc - in ahash_done_ctx_src()
722 offsetof(struct ahash_edesc, hw_desc)); in ahash_done_ctx_src()
746 struct ahash_edesc *edesc; in ahash_done_ctx_dst()
756 edesc = (struct ahash_edesc *)((char *)desc - in ahash_done_ctx_dst()
757 offsetof(struct ahash_edesc, hw_desc)); in ahash_done_ctx_dst()
795 struct ahash_edesc *edesc; in ahash_update_ctx()
824 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_update_ctx()
916 struct ahash_edesc *edesc; in ahash_final_ctx()
936 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_final_ctx()
1000 struct ahash_edesc *edesc; in ahash_finup_ctx()
1023 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_finup_ctx()
1083 struct ahash_edesc *edesc; in ahash_digest()
1099 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_digest()
1161 struct ahash_edesc *edesc; in ahash_final_no_ctx()
1225 struct ahash_edesc *edesc; in ahash_update_no_ctx()
1254 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_update_no_ctx()
1340 struct ahash_edesc *edesc; in ahash_finup_no_ctx()
1363 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_finup_no_ctx()
1423 struct ahash_edesc *edesc; in ahash_update_first()
1450 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_update_first()