Searched refs:_lrotr (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/
H A Daes_local.h19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_local.h19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dia32intrin.h423 #define _lrotr(a,b) __rorq((a), (b)) macro
426 #define _lrotr(a,b) __rord((a), (b)) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dia32intrin.h299 #define _lrotr(a,b) __rorq((a), (b)) macro
302 #define _lrotr(a,b) __rord((a), (b)) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dia32intrin.h299 #define _lrotr(a,b) __rorq((a), (b)) macro
302 #define _lrotr(a,b) __rord((a), (b)) macro
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Daes_i.h109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rc5/
H A Drc5_local.h130 # define ROTATE_r32(a,n) _lrotr(a,n)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Ddes_local.h100 # define ROTATE(a,n) (_lrotr(a,n))
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rc5/
H A Drc5_local.h130 # define ROTATE_r32(a,n) _lrotr(a,n)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/des/
H A Ddes_local.h100 # define ROTATE(a,n) (_lrotr(a,n))
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dcamellia-ntt.c63 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
H A Drijndael-alg-fst.c724 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)

Completed in 227 milliseconds