OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Gamma0
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/crypto/
sha256-internal.c
77
#define
Gamma0
(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
101
W[i] = Gamma1(W[i - 2]) + W[i - 7] +
Gamma0
(W[i - 15]) +
sha512-internal.c
98
#define
Gamma0
(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7))
126
W[i] = Gamma1(W[i - 2]) + W[i - 7] +
Gamma0
(W[i - 15]) +
Completed in 90 milliseconds