Home
last modified time | relevance | path

Searched refs:SIPHASH_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/openssl/include/crypto/
H A Dsiphash.h16 # define SIPHASH_BLOCK_SIZE 8 macro
43 unsigned char leavings[SIPHASH_BLOCK_SIZE];
/openssl/crypto/siphash/
H A Dsiphash.c154 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 7 milliseconds