Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dsm4.c50 uint32_t const sm4_ck[] = { variable
/openbmc/qemu/include/crypto/
H A Dsm4.h5 extern const uint32_t sm4_ck[32];
/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c900 b = tmp[j + 1] ^ tmp[j + 2] ^ tmp[j + 3] ^ sm4_ck[rnd * 4 + j]; in HELPER()