Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dsm4.h7 static inline uint32_t sm4_subword(uint32_t word) in sm4_subword() function
/openbmc/qemu/target/arm/tcg/
H A Dcrypto_helper.c617 t = sm4_subword(t); in do_crypto_sm4e()
651 t = sm4_subword(t); in do_crypto_sm4ekey()
/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c902 s = sm4_subword(b); in HELPER()
925 s = sm4_subword(b); in do_sm4_round()