Searched refs:aesenc_SB_SR_MC_AK (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/crypto/ |
H A D | aes-round.h | 71 static inline void aesenc_SB_SR_MC_AK(AESState *r, const AESState *st, in aesenc_SB_SR_MC_AK() function
|
/openbmc/qemu/target/riscv/ |
H A D | crypto_helper.c | 89 aesenc_SB_SR_MC_AK(&t, &t, &aes_zero, false); in HELPER()
|
H A D | vcrypto_helper.c | 285 GEN_ZVKNED_HELPER_VV(vaesem_vv, aesenc_SB_SR_MC_AK(&round_state, 289 GEN_ZVKNED_HELPER_VS(vaesem_vs, aesenc_SB_SR_MC_AK(&round_state,
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2933 aesenc_SB_SR_MC_AK(ad, st, rk, true); in helper_vcipher()
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 2176 aesenc_SB_SR_MC_AK(ad, st, rk, false); in glue()
|