Searched refs:_lrotr (Results 1 – 8 of 8) sorted by relevance
| /trueos/crypto/openssl/crypto/aes/ |
| HD | aes_locl.h | 66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
|
| /trueos/crypto/openssl/crypto/rc5/ |
| HD | rc5_locl.h | 151 # define ROTATE_r32(a,n) _lrotr(a,n)
|
| /trueos/contrib/wpa/src/crypto/ |
| HD | aes_i.h | 109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
|
| /trueos/crypto/openssl/crypto/camellia/ |
| HD | camellia.c | 93 # define RightRotate(x, s) _lrotr(x, s) 98 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
|
| /trueos/contrib/llvm/tools/clang/lib/Headers/ |
| HD | Intrin.h | 243 unsigned long __cdecl _lrotr(unsigned long, int); 437 _lrotr(unsigned long _Value, int _Shift) { in _lrotr() function
|
| /trueos/crypto/openssl/crypto/des/ |
| HD | des_locl.h | 166 # define ROTATE(a,n) (_lrotr(a,n))
|
| /trueos/sys/crypto/rijndael/ |
| HD | rijndael-alg-fst.c | 725 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
|
| /trueos/crypto/openssl/ |
| HD | CHANGES | 7570 *) Make sure _lrotl and _lrotr are only used with MSVC.
|