Searched defs:ROTL32 (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dhv_macro.h61 #define ROTL32(x,r) _rotl(x,r) macro
67 #define ROTL32(x,r) (((U32)(x) << (r)) | ((U32)(x) >> (32 - (r)))) macro
H A Dzaphod32_hash.h32 #define ROTL32(x,r) _rotl(x,r) macro
36 #define ROTL32(x,r) (((U32)(x) << (r)) | ((U32)(x) >> (32 - (r)))) macro
[all...]
H A Dsbox32_hash.h66 #define ROTL32(x,r) _rotl(x,r) macro
70 #define ROTL32(x,r) (((U32)(x) << (r)) | ((U32)(x) >> (32 - (r)))) macro
[all...]
/openbsd-current/libexec/ld.so/
H A Dchacha_private.h23 #define ROTL32(v, n) \ macro
/openbsd-current/sys/crypto/
H A Dchacha_private.h24 #define ROTL32(v, n) \ macro
/openbsd-current/lib/libc/crypt/
H A Dchacha_private.h23 #define ROTL32(v, n) \ macro
/openbsd-current/usr.bin/ssh/
H A Dchacha.c21 #define ROTL32(v, n) \ macro
/openbsd-current/lib/libcrypto/chacha/
H A Dchacha-merged.c44 #define ROTL32(v, n) \ macro

Completed in 252 milliseconds