HomeSort by relevance Sort by last modified time
    Searched refs:Sigma1_512 (Results 1 - 2 of 2) sorted by null

  /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...]
  /external/openssh/openbsd-compat/
sha2.c 178 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
180 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))) macro
584 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
595 s1 = sigma1_512(s1); \
596 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
683 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
702 s1 = sigma1_512(s1);
705 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +

Completed in 45 milliseconds