Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dcrypto_helper.c38 static uint64_t Sigma1(uint64_t x) in Sigma1() function
91 t = a[7] + Sigma1(a[4]) + Ch(a[4], a[5], a[6]) + K[i] + w[i % 16]; in sha512_bda()
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c248 static uint64_t Sigma1(uint64_t x) in Sigma1() function
264 uint64_t t1 = *h + Sigma1(e) + Ch(e, f, g) + k + w; in Round()