OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Gamma1
(Results
1 - 14
of
14
) sorted by null
/external/wpa_supplicant_8/src/crypto/
sha256-internal.c
78
#define
Gamma1
(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
101
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
sha512-internal.c
99
#define
Gamma1
(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6))
126
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
/external/curl/lib/
sha256.c
117
#define
Gamma1
(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
137
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
/external/e2fsprogs/lib/ext2fs/
sha256.c
44
#define
Gamma1
(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
103
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha512.c
71
#define
Gamma1
(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6))
132
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] +
/external/f2fs-tools/tools/
sha512.c
91
#define
Gamma1
(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6))
152
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] +
/external/python/cpython3/Modules/
sha256module.c
122
#define
Gamma1
(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
137
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha512module.c
131
#define
Gamma1
(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6))
146
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sha256module.c
123
#define
Gamma1
(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
136
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha512module.c
133
#define
Gamma1
(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6))
146
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sha256module.c
123
#define
Gamma1
(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
136
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha512module.c
133
#define
Gamma1
(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6))
146
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
/external/python/cpython2/Modules/
sha256module.c
123
#define
Gamma1
(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
136
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha512module.c
133
#define
Gamma1
(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6))
146
W[i] =
Gamma1
(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
Completed in 244 milliseconds