Home
last modified time | relevance | path

Searched refs:SIPHASH_C_ROUNDS (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/include/crypto/
H A Dsiphash.h47 # define SIPHASH_C_ROUNDS 2 macro
/third_party/openssl/include/crypto/
H A Dsiphash.h47 # define SIPHASH_C_ROUNDS 2 macro
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dsiphash_prov.c48 return ctx->crounds != 0 ? ctx->crounds : SIPHASH_C_ROUNDS; in crounds()
/third_party/node/deps/openssl/openssl/crypto/siphash/
H A Dsiphash.c120 crounds = SIPHASH_C_ROUNDS; in SipHash_Init()
/third_party/openssl/crypto/siphash/
H A Dsiphash.c120 crounds = SIPHASH_C_ROUNDS; in SipHash_Init()
/third_party/openssl/providers/implementations/macs/
H A Dsiphash_prov.c48 return ctx->crounds != 0 ? ctx->crounds : SIPHASH_C_ROUNDS; in crounds()

Completed in 3 milliseconds