HomeSort by relevance Sort by last modified time
    Searched full:sigma1_256 (Results 1 - 1 of 1) 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...]

Completed in 631 milliseconds