Lines Matching defs:hash
19 #include <crypto/internal/hash.h>
35 u8 hash[64];
515 tgr192_transform(tctx, tctx->hash);
524 tctx->hash[tctx->count++] = *inbuf++;
541 tctx->hash[tctx->count++] = *inbuf++;
577 tctx->hash[tctx->count++] = 0x01; /* pad */
579 tctx->hash[tctx->count++] = 0; /* pad */
582 tctx->hash[tctx->count++] = 0x01; /* pad character */
584 tctx->hash[tctx->count++] = 0;
587 memset(tctx->hash, 0, 56); /* fill next block with zeroes */
590 le32p = (__le32 *)&tctx->hash[56];
594 tgr192_transform(tctx, tctx->hash);
596 be64p = (__be64 *)tctx->hash;