OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sigma1_512
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/compat/
sha512.c
195
#define
Sigma1_512
(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
197
#define
sigma1_512
(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
macro
293
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] + W512[j];
296
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
316
s1 =
sigma1_512
(s1);
319
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] +
/src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
sha2.c
216
#define
Sigma1_512
(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
218
#define
sigma1_512
(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
macro
685
T1 = (h) +
Sigma1_512
(e) + Ch((e), (f), (g)) + \
695
T1 = (h) +
Sigma1_512
(e) + Ch((e), (f), (g)) + \
707
s1 =
sigma1_512
(s1); \
708
T1 = (h) +
Sigma1_512
(e) + Ch((e), (f), (g)) + K512[j] + \
790
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] + W512[j];
793
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
813
s1 =
sigma1_512
(s1);
816
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j]
[
all
...]
/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] +
Completed in 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026