OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigma1_512
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
sha2.c
173
#define
Sigma1_512
(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
175
#define
sigma1_512
(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
macro
579
T1 = (h) +
Sigma1_512
((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
590
s1 =
sigma1_512
(s1); \
591
T1 = (h) +
Sigma1_512
((e)) + Ch((e), (f), (g)) + K512[j] + \
678
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] + W512[j];
697
s1 =
sigma1_512
(s1);
700
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] +
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c
211
#define
Sigma1_512
(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
213
#define
sigma1_512
(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
macro
678
T1 = (h) +
Sigma1_512
(e) + Ch((e), (f), (g)) + \
688
T1 = (h) +
Sigma1_512
(e) + Ch((e), (f), (g)) + \
700
s1 =
sigma1_512
(s1); \
701
T1 = (h) +
Sigma1_512
(e) + Ch((e), (f), (g)) + K512[j] + \
783
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] + W512[j];
786
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
806
s1 =
sigma1_512
(s1);
809
T1 = h +
Sigma1_512
(e) + Ch(e, f, g) + K512[j]
[
all
...]
Completed in 42 milliseconds