Searched defs:ROTR (Results 1 – 5 of 5) sorted by relevance
42 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
59 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
165 #define ROTR(x,n) (SHR(x,n) | (x << (64 - n))) in sha512_process() macro
108 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process_one() macro
358 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process() macro