Home
last modified time | relevance | path

Searched defs:ROTR (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c48 #define ROTR(x, n) (((x) >> (n)) | ((x) << ((sizeof (x) * NBBY)-(n)))) macro
[all...]
/titanic_51/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c49 #define ROTR(x, n) (((x) >> (n)) | ((x) << ((sizeof (x) * NBBY)-(n)))) macro
[all...]
/titanic_51/usr/src/common/crypto/sha2/
H A Dsha2.c95 #define ROTR(x, n) \ macro
[all...]