Searched refs:temp64 (Results 1 – 1 of 1) sorted by relevance
777 uint64_t temp64[8]; in TIGER_Update() member789 tiger_compress(u.temp64, ctx->ctx); in TIGER_Update()816 tiger_compress(u.temp64, ctx->ctx); in TIGER_Update()822 u.temp64[7] = ((uint64_t)length) << 3; in TIGER_Update()823 tiger_compress(u.temp64, ctx->ctx); in TIGER_Update()