Home
last modified time | relevance | path

Searched refs:SIPHASH_BLOCK_SIZE (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/include/crypto/
H A Dsiphash.h16 # define SIPHASH_BLOCK_SIZE 8 macro
43 unsigned char leavings[SIPHASH_BLOCK_SIZE];
/third_party/openssl/include/crypto/
H A Dsiphash.h16 # define SIPHASH_BLOCK_SIZE 8 macro
43 unsigned char leavings[SIPHASH_BLOCK_SIZE];
/third_party/openssl/ohos_lite/include/crypto/
H A Dsiphash.h12 #define SIPHASH_BLOCK_SIZE 8 macro
/third_party/node/deps/openssl/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()
/third_party/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 2 milliseconds