Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dcrypto_helper.c426 static uint64_t s1_512(uint64_t x) in s1_512() function
487 rd[0] += s1_512(rn[0]) + rm[0]; in HELPER()
488 rd[1] += s1_512(rn[1]) + rm[1]; in HELPER()