Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/include/crypto/
H A Dsiphash.h48 # define SIPHASH_D_ROUNDS 4 macro
/third_party/openssl/include/crypto/
H A Dsiphash.h48 # define SIPHASH_D_ROUNDS 4 macro
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dsiphash_prov.c53 return ctx->drounds != 0 ? ctx->drounds : SIPHASH_D_ROUNDS; in drounds()
/third_party/node/deps/openssl/openssl/crypto/siphash/
H A Dsiphash.c118 drounds = SIPHASH_D_ROUNDS; in SipHash_Init()
/third_party/openssl/crypto/siphash/
H A Dsiphash.c118 drounds = SIPHASH_D_ROUNDS; in SipHash_Init()
/third_party/openssl/providers/implementations/macs/
H A Dsiphash_prov.c53 return ctx->drounds != 0 ? ctx->drounds : SIPHASH_D_ROUNDS; in drounds()

Completed in 2 milliseconds