Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcrypto_helper.c30 static inline target_ulong aes32_operation(target_ulong shamt, in aes32_operation() function
60 return aes32_operation(shamt, rs1, rs2, true, true); in HELPER()
66 return aes32_operation(shamt, rs1, rs2, true, false); in HELPER()
72 return aes32_operation(shamt, rs1, rs2, false, true); in HELPER()
78 return aes32_operation(shamt, rs1, rs2, false, false); in HELPER()