OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sigma0_512
(Results
1 - 1
of
1
) sorted by relevancy
/src/common/lib/libc/hash/sha2/
sha2.c
118
#define
Sigma0_512
(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
120
#define
sigma0_512
(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
macro
639
(h) = T1 +
Sigma0_512
(a) + Maj((a), (b), (c)), \
644
s0 =
sigma0_512
(s0); \
650
(h) = T1 +
Sigma0_512
(a) + Maj((a), (b), (c)); \
733
T2 =
Sigma0_512
(a) + Maj(a, b, c);
749
s0 =
sigma0_512
(s0);
756
T2 =
Sigma0_512
(a) + Maj(a, b, c);
Completed in 32 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025