Home
last modified time | relevance | path

Searched refs:SIGMA1 (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgchecksum.c1104 #define SIGMA1(x) (ROTR (14, x) ^ ROTR (18, x) ^ ROTR (41, x)) macro
1249 T1 = h + SIGMA1 (e) + Ch (e, f, g) + SHA2_K[t] + W[t]; in sha512_transform()
1395 #undef SIGMA1