Searched refs:Gamma1 (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A 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()
|
H A D | sha512-internal.c | 99 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) 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/ |
H A 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()
|
H A D | sha512-internal.c | 99 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro 131 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha512_compress()
|
/third_party/f2fs-tools/tools/ |
H A D | sha512.c | 90 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro 151 W[i] = Gamma1(W[i - 2]) + W[i - 7] + in sha512_compress()
|
/third_party/curl/lib/ |
H A D | sha256.c | 344 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro 362 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
|
/third_party/python/Modules/ |
H A D | sha256module.c | 129 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro 144 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha_transform()
|
H A D | sha512module.c | 117 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro 132 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha512_transform()
|
Completed in 6 milliseconds