Home
last modified time | relevance | path

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

/qemu/crypto/
H A Daes.c79 const uint8_t AES_isbox[256] = { variable
1183 t.b[swap_b ^ 0x0] = AES_isbox[st->b[swap_b ^ AES_ISH(0x0)]]; in aesdec_ISB_ISR_AK_swap()
1184 t.b[swap_b ^ 0x1] = AES_isbox[st->b[swap_b ^ AES_ISH(0x1)]]; in aesdec_ISB_ISR_AK_swap()
1185 t.b[swap_b ^ 0x2] = AES_isbox[st->b[swap_b ^ AES_ISH(0x2)]]; in aesdec_ISB_ISR_AK_swap()
1186 t.b[swap_b ^ 0x3] = AES_isbox[st->b[swap_b ^ AES_ISH(0x3)]]; in aesdec_ISB_ISR_AK_swap()
1187 t.b[swap_b ^ 0x4] = AES_isbox[st->b[swap_b ^ AES_ISH(0x4)]]; in aesdec_ISB_ISR_AK_swap()
1188 t.b[swap_b ^ 0x5] = AES_isbox[st->b[swap_b ^ AES_ISH(0x5)]]; in aesdec_ISB_ISR_AK_swap()
1189 t.b[swap_b ^ 0x6] = AES_isbox[st->b[swap_b ^ AES_ISH(0x6)]]; in aesdec_ISB_ISR_AK_swap()
1190 t.b[swap_b ^ 0x7] = AES_isbox[st->b[swap_b ^ AES_ISH(0x7)]]; in aesdec_ISB_ISR_AK_swap()
1191 t.b[swap_b ^ 0x8] = AES_isbox[st->b[swap_b ^ AES_ISH(0x8)]]; in aesdec_ISB_ISR_AK_swap()
[all …]
/qemu/include/crypto/
H A Daes.h31 extern const uint8_t AES_isbox[256];
/qemu/target/riscv/
H A Dcrypto_helper.c48 mixed = AES_isbox[si]; in aes32_operation()