HomeSort by: relevance | last modified time | path
    Searched defs:rotr_32 (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/check/
sha256.c 29 rotr_32(uint32_t num, unsigned amount) function
57 #define S0(x) rotr_32(x ^ rotr_32(x ^ rotr_32(x, 9), 11), 2)
58 #define S1(x) rotr_32(x ^ rotr_32(x ^ rotr_32(x, 14), 5), 6)
59 #define s0(x) (rotr_32(x ^ rotr_32(x, 11), 7) ^ (x >> 3))
60 #define s1(x) (rotr_32(x ^ rotr_32(x, 2), 17) ^ (x >> 10)
    [all...]

Completed in 23 milliseconds