Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcrypto_helper.c177 uint32_t sb_in = (uint8_t)(rs2 >> shamt); in HELPER() local
178 uint32_t sb_out = (uint32_t)sm4_sbox[sb_in]; in HELPER()
191 uint32_t sb_in = (uint8_t)(rs2 >> shamt); in HELPER() local
192 uint32_t sb_out = sm4_sbox[sb_in]; in HELPER()