OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Gamma1
(Results
1 - 8
of
8
) 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/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] +
/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];
Completed in 6469 milliseconds