Lines Matching refs:desc
493 static int tgr192_init(struct shash_desc *desc) in tgr192_init() argument
495 struct tgr192_ctx *tctx = shash_desc_ctx(desc); in tgr192_init()
509 static int tgr192_update(struct shash_desc *desc, const u8 *inbuf, in tgr192_update() argument
512 struct tgr192_ctx *tctx = shash_desc_ctx(desc); in tgr192_update()
526 tgr192_update(desc, NULL, 0); in tgr192_update()
550 static int tgr192_final(struct shash_desc *desc, u8 * out) in tgr192_final() argument
552 struct tgr192_ctx *tctx = shash_desc_ctx(desc); in tgr192_final()
558 tgr192_update(desc, NULL, 0); /* flush */ ; in tgr192_final()
586 tgr192_update(desc, NULL, 0); /* flush */ ; in tgr192_final()
604 static int tgr160_final(struct shash_desc *desc, u8 * out) in tgr160_final() argument
608 tgr192_final(desc, D); in tgr160_final()
615 static int tgr128_final(struct shash_desc *desc, u8 * out) in tgr128_final() argument
619 tgr192_final(desc, D); in tgr128_final()