Searched refs:Gamma0 (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha256-internal.c | 90 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro 114 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
|
/external/wpa_supplicant/ |
D | sha256.c | 224 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro 248 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
|
/external/dropbear/libtomcrypt/src/hashes/sha2/ |
D | sha512.c | 89 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro 114 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in _sha512_compress()
|
D | sha256.c | 64 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro 92 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in _sha256_compress()
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | sha256.c | 227 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro 251 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
|