Searched refs:Gamma0 (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | sha256-internal.c | 77 #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()
|
D | sha512-internal.c | 98 #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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | sha256-internal.c | 77 #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()
|
D | sha512-internal.c | 98 #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()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | sha256.c | 43 #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()
|
D | sha512.c | 70 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro 133 Gamma0(W[i - 15]) + W[i - 16]; in sha512_compress()
|
/third_party/curl/lib/ |
D | sha256.c | 293 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro 312 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
|
/third_party/f2fs-tools/tools/ |
D | sha512.c | 90 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro 153 Gamma0(W[i - 15]) + W[i - 16]; in sha512_compress()
|
/third_party/python/Modules/ |
D | sha256module.c | 125 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro 141 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha_transform()
|
D | sha512module.c | 113 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro 129 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha512_transform()
|