Searched defs:ROTL32 (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/sys/contrib/ck/src/ |
H A D | ck_ht_hash.h | 57 #define ROTL32(x,y) _rotl(x,y) macro 78 #define ROTL32(x,y) rotl32(x,y) macro
|
/freebsd-src/crypto/openssh/ |
H A D | chacha.c | 23 #define ROTL32(v, n) \ macro
|
/freebsd-src/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 25 #define ROTL32(v, n) \ macro
|
/freebsd-src/sys/crypto/chacha20/ |
H A D | chacha.c | 25 #define ROTL32(v, n) \ macro
|
/freebsd-src/contrib/unbound/compat/ |
H A D | chacha_private.h | 23 #define ROTL32(v, n) \ macro
|
/freebsd-src/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | common.h | 18 #define ROTL32(X, B) rotl32((X), (B)) macro
|