Searched refs:Sigma1 (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | sha256module.c | 121 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro 144 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \ in sha_transform()
|
D | sha512module.c | 131 #define Sigma1(x) (S(x, 14) ^ S(x, 18) ^ S(x, 41)) macro 154 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \ in sha512_transform()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | sha256module.c | 121 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro 144 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \ in sha_transform()
|
D | sha512module.c | 131 #define Sigma1(x) (S(x, 14) ^ S(x, 18) ^ S(x, 41)) macro 154 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \ in sha512_transform()
|