Searched refs:byteIndex (Results 1 – 1 of 1) sorted by relevance
91 unsigned int byteIndex; member310 unsigned int old_tail = (8 - ctx->byteIndex) & 7; in sha3_Update()319 ((ctx->byteIndex++) * 8); in sha3_Update()327 ((ctx->byteIndex++) * 8); in sha3_Update()330 ctx->byteIndex = 0; in sha3_Update()360 ctx->saved |= (uint64_t) (*(buf++)) << ((ctx->byteIndex++) * 8); in sha3_Update()