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

  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 205 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
207 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x))) macro
351 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
361 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
373 s1 = sigma1_256(s1); \
374 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
461 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
464 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
484 s1 = sigma1_256(s1);
487 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
    [all...]
  /external/openssh/openbsd-compat/
sha2.c 167 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
169 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x))) macro
299 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
309 s1 = sigma1_256(s1); \
310 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
397 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
416 s1 = sigma1_256(s1);
419 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +

Completed in 845 milliseconds