Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c729 static inline uint32_t t_j(uint32_t j) in t_j() function
747 ss1 = rol32(rol32(vs1[0], 12) + vs1[4] + rol32(t_j(j), j % 32), 7); in sm3c()
760 ss1 = rol32(rol32(vd[1], 12) + vd[5] + rol32(t_j(j), j % 32), 7); in sm3c()