Searched refs:SHR_SHA512 (Results 1 – 1 of 1) sorted by relevance
164 #define SHR_SHA512(x, n) (((u64)(x)) >> (n)) macro168 #define SIGMA_MIN0_SHA512(x) (ROTR_SHA512(x, 1) ^ ROTR_SHA512(x, 8) ^ SHR_SHA512(x, 7))169 #define SIGMA_MIN1_SHA512(x) (ROTR_SHA512(x, 19) ^ ROTR_SHA512(x, 61) ^ SHR_SHA512(x, 6))