Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha256-internal.c77 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
101 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
Dsha512-internal.c98 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro
131 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha512_compress()