Home
last modified time | relevance | path

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

/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
A Dsha256.c203 #define Sigma1(x) (ROTATE((x), 26) ^ ROTATE((x), 21) ^ ROTATE((x), 7)) macro
212 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; \
334 #undef Sigma1

Completed in 2 milliseconds