Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Daes.c275 const uint32_t AES_Te0[256] = { variable
1068 w0 = (AES_Te0[st->b[swap_b ^ AES_SH(0x0)]] ^ in aesenc_SB_SR_MC_AK_swap()
1073 w1 = (AES_Te0[st->b[swap_b ^ AES_SH(0x4)]] ^ in aesenc_SB_SR_MC_AK_swap()
1545 AES_Te0[(s0 >> 24) ] ^ in AES_encrypt()
1551 AES_Te0[(s1 >> 24) ] ^ in AES_encrypt()
1557 AES_Te0[(s2 >> 24) ] ^ in AES_encrypt()
1563 AES_Te0[(s3 >> 24) ] ^ in AES_encrypt()
1575 AES_Te0[(t0 >> 24) ] ^ in AES_encrypt()
1581 AES_Te0[(t1 >> 24) ] ^ in AES_encrypt()
1587 AES_Te0[(t2 >> 24) ] ^ in AES_encrypt()
[all …]
/openbmc/qemu/include/crypto/
H A Daes.h38 extern const uint32_t AES_Te0[256], AES_Td0[256];
/openbmc/qemu/target/riscv/
H A Dcrypto_helper.c40 mixed = be32_to_cpu(AES_Te0[si]); in aes32_operation()