Home
last modified time | relevance | path

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

/qemu/include/crypto/
H A Daes-round.h110 static inline void aesdec_ISB_ISR_AK(AESState *r, const AESState *st, in aesdec_ISB_ISR_AK() function
/qemu/target/riscv/
H A Dcrypto_helper.c109 aesdec_ISB_ISR_AK(&t, &t, &aes_zero, false); in HELPER()
H A Dvcrypto_helper.c277 GEN_ZVKNED_HELPER_VV(vaesdf_vv, aesdec_ISB_ISR_AK(&round_state,
281 GEN_ZVKNED_HELPER_VS(vaesdf_vs, aesdec_ISB_ISR_AK(&round_state,
/qemu/target/arm/tcg/
H A Dcrypto_helper.c93 aesdec_ISB_ISR_AK(&t, &t, &aes_zero, false); in HELPER()
98 aesdec_ISB_ISR_AK(ad, &t, &aes_zero, false); in HELPER()
/qemu/target/ppc/
H A Dint_helper.c2952 aesdec_ISB_ISR_AK((AESState *)r, (AESState *)a, (AESState *)b, true); in helper_vncipherlast()
/qemu/target/i386/
H A Dops_sse.h2165 aesdec_ISB_ISR_AK(ad, st, rk, false); in glue()