Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/sha2/
H A Dsha2.c196 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
342 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
352 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
365 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
452 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform()
455 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform()
478 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
/dragonfly/contrib/ldns/
H A Dsha2.c203 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
332 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
342 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
355 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
444 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in ldns_sha256_Transform()
447 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in ldns_sha256_Transform()
470 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in ldns_sha256_Transform()