Lines Matching refs:ahash_edesc
594 struct ahash_edesc { struct
605 struct ahash_edesc *edesc, in ahash_unmap() argument
620 struct ahash_edesc *edesc, in ahash_unmap_ctx()
636 struct ahash_edesc *edesc; in ahash_done()
646 edesc = (struct ahash_edesc *)((char *)desc - in ahash_done()
647 offsetof(struct ahash_edesc, hw_desc)); in ahash_done()
671 struct ahash_edesc *edesc; in ahash_done_bi()
681 edesc = (struct ahash_edesc *)((char *)desc - in ahash_done_bi()
682 offsetof(struct ahash_edesc, hw_desc)); in ahash_done_bi()
706 struct ahash_edesc *edesc; in ahash_done_ctx_src()
716 edesc = (struct ahash_edesc *)((char *)desc - in ahash_done_ctx_src()
717 offsetof(struct ahash_edesc, hw_desc)); in ahash_done_ctx_src()
741 struct ahash_edesc *edesc; in ahash_done_ctx_dst()
751 edesc = (struct ahash_edesc *)((char *)desc - in ahash_done_ctx_dst()
752 offsetof(struct ahash_edesc, hw_desc)); in ahash_done_ctx_dst()
790 struct ahash_edesc *edesc; in ahash_update_ctx()
810 edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN + in ahash_update_ctx()
821 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_update_ctx()
914 struct ahash_edesc *edesc; in ahash_final_ctx()
922 edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN + in ahash_final_ctx()
934 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_final_ctx()
998 struct ahash_edesc *edesc; in ahash_finup_ctx()
1009 edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN + 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()
1095 edesc = kmalloc(sizeof(struct ahash_edesc) + sec4_sg_bytes + in ahash_digest()
1101 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_digest()
1164 struct ahash_edesc *edesc; in ahash_final_no_ctx()
1169 edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN, in ahash_final_no_ctx()
1229 struct ahash_edesc *edesc; in ahash_update_no_ctx()
1249 edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN + in ahash_update_no_ctx()
1260 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_update_no_ctx()
1345 struct ahash_edesc *edesc; in ahash_finup_no_ctx()
1356 edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN + in ahash_finup_no_ctx()
1370 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_finup_no_ctx()
1431 struct ahash_edesc *edesc; in ahash_update_first()
1451 edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN + in ahash_update_first()
1462 edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) + in ahash_update_first()