Searched refs:SHR_SHA256 (Results 1 – 1 of 1) sorted by relevance
128 #define SHR_SHA256(x, n) (((u32)(x)) >> (n)) macro132 #define SIGMA_MIN0_SHA256(x) (ROTR_SHA256(x, 7) ^ ROTR_SHA256(x, 18) ^ SHR_SHA256(x, 3))133 #define SIGMA_MIN1_SHA256(x) (ROTR_SHA256(x, 17) ^ ROTR_SHA256(x, 19) ^ SHR_SHA256(x, 10))