Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dsha256-internal.c78 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro
101 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
Dsha512-internal.c99 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro
126 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha512_compress()