Home
last modified time | relevance | path

Searched refs:Gamma1 (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dsha256-internal.c78 #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()
Dsha512-internal.c99 #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()
/external/curl/lib/
Dsha256.c125 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro
141 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
/external/e2fsprogs/lib/ext2fs/
Dsha256.c44 #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()
Dsha512.c71 #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()
/external/f2fs-tools/tools/
Dsha512.c91 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro
152 W[i] = Gamma1(W[i - 2]) + W[i - 7] + in sha512_compress()
/external/python/cpython3/Modules/
Dsha256module.c122 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro
137 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha_transform()
Dsha512module.c131 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro
146 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha512_transform()
/external/python/cpython2/Modules/
Dsha256module.c123 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro
136 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha_transform()
Dsha512module.c133 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro
146 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha512_transform()