Home
last modified time | relevance | path

Searched defs:SIPROUND (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphash_ref.h6 #define SIPROUND \ macro
/freebsd/contrib/llvm-project/third-party/siphash/include/siphash/
H A DSipHash.h39 #define SIPROUND \ macro
/freebsd/contrib/unbound/util/
H A Dsiphash.c56 #define SIPROUND \ macro
/freebsd/crypto/openssl/crypto/siphash/
H A Dsiphash.c47 #define SIPROUND \ macro
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_siphash.c22 #define SIPROUND SIPHASH_PERMUTATION(v0, v1, v2, v3) macro