Searched refs:Gamma1 (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha256-internal.c | 78 #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()
|
D | sha512-internal.c | 99 #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()
|
/external/e2fsprogs/lib/ext2fs/ |
D | sha256.c | 44 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro 103 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha256_compress()
|
D | sha512.c | 71 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro 132 W[i] = Gamma1(W[i - 2]) + W[i - 7] + in sha512_compress()
|