OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sigma1_512
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libc/hash/sha2/
sha2.c
119
#define
Sigma1_512
(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
121
#define
sigma1_512
(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
macro
636
T1 = (h) +
Sigma1_512
(e) + Ch((e), (f), (g)) + \
646
s1 =
sigma1_512
(s1); \
647
T1 = (h) +
Sigma1_512
(e) + Ch((e), (f), (g)) + K512[j] + \
732
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] + W512[j];
751
s1 =
sigma1_512
(s1);
754
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] +
sha2.c
119
#define
Sigma1_512
(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
121
#define
sigma1_512
(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
macro
636
T1 = (h) +
Sigma1_512
(e) + Ch((e), (f), (g)) + \
646
s1 =
sigma1_512
(s1); \
647
T1 = (h) +
Sigma1_512
(e) + Ch((e), (f), (g)) + K512[j] + \
732
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] + W512[j];
751
s1 =
sigma1_512
(s1);
754
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] +
Completed in 23 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025