Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Daes.c118 #define AES_ISH(X) (((X) * 13) & 15) macro
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 …]