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

  /src/common/lib/libc/hash/sha2/
sha2.c 119 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
121 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))) macro
636 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
646 s1 = sigma1_512(s1); \
647 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
732 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
751 s1 = sigma1_512(s1);
754 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
sha2.c 119 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
121 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))) macro
636 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
646 s1 = sigma1_512(s1); \
647 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
732 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
751 s1 = sigma1_512(s1);
754 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +

Completed in 22 milliseconds