Searched refs:SIPHASH_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
16 # define SIPHASH_BLOCK_SIZE 8 macro43 unsigned char leavings[SIPHASH_BLOCK_SIZE];
154 size_t available = SIPHASH_BLOCK_SIZE - ctx->len; in SipHash_Update()175 left = inlen & (SIPHASH_BLOCK_SIZE-1); /* gets put into leavings */ in SipHash_Update()
Completed in 9 milliseconds