Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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
126 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha512_compress()
/external/e2fsprogs/lib/ext2fs/
Dsha256.c43 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
103 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha256_compress()
Dsha512.c70 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro
133 Gamma0(W[i - 15]) + W[i - 16]; in sha512_compress()