Searched refs:byteIndex (Results 1 – 1 of 1) sorted by relevance
93 unsigned int byteIndex; member312 unsigned int old_tail = (8 - ctx->byteIndex) & 7; in sha3_Update()321 ((ctx->byteIndex++) * 8); in sha3_Update()329 ((ctx->byteIndex++) * 8); in sha3_Update()332 ctx->byteIndex = 0; in sha3_Update()362 ctx->saved |= (uint64_t) (*(buf++)) << ((ctx->byteIndex++) * 8); in sha3_Update()