Lines Matching refs:hash
39 u8 hash[64]; member
520 tgr192_transform(tctx, tctx->hash); in tgr192_update()
529 tctx->hash[tctx->count++] = *inbuf++; in tgr192_update()
546 tctx->hash[tctx->count++] = *inbuf++; in tgr192_update()
582 tctx->hash[tctx->count++] = 0x01; /* pad */ in tgr192_final()
584 tctx->hash[tctx->count++] = 0; /* pad */ in tgr192_final()
587 tctx->hash[tctx->count++] = 0x01; /* pad character */ in tgr192_final()
589 tctx->hash[tctx->count++] = 0; in tgr192_final()
592 memset(tctx->hash, 0, 56); /* fill next block with zeroes */ in tgr192_final()
595 le32p = (__le32 *)&tctx->hash[56]; in tgr192_final()
599 tgr192_transform(tctx, tctx->hash); in tgr192_final()
601 be64p = (__be64 *)tctx->hash; in tgr192_final()