Searched refs:Sigma1_256 (Results 1 - 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c205 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
351 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
361 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
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++);
487 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +

Completed in 206 milliseconds