Searched refs:AES_Te0 (Results 1 – 3 of 3) sorted by relevance
275 const uint32_t AES_Te0[256] = { variable1068 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()1078 w2 = (AES_Te0[st->b[swap_b ^ AES_SH(0x8)]] ^ in aesenc_SB_SR_MC_AK_swap()1083 w3 = (AES_Te0[st->b[swap_b ^ AES_SH(0xC)]] ^ in aesenc_SB_SR_MC_AK_swap()1469 …t0 = AES_Te0[s0 >> 24] ^ AES_Te1[(s1 >> 16) & 0xff] ^ AES_Te2[(s2 >> 8) & 0xff] ^ AES_Te3[s3 & 0x… in AES_encrypt()1470 …t1 = AES_Te0[s1 >> 24] ^ AES_Te1[(s2 >> 16) & 0xff] ^ AES_Te2[(s3 >> 8) & 0xff] ^ AES_Te3[s0 & 0x… in AES_encrypt()1471 …t2 = AES_Te0[s2 >> 24] ^ AES_Te1[(s3 >> 16) & 0xff] ^ AES_Te2[(s0 >> 8) & 0xff] ^ AES_Te3[s1 & 0x… in AES_encrypt()1472 …t3 = AES_Te0[s3 >> 24] ^ AES_Te1[(s0 >> 16) & 0xff] ^ AES_Te2[(s1 >> 8) & 0xff] ^ AES_Te3[s2 & 0x… in AES_encrypt()1474 …s0 = AES_Te0[t0 >> 24] ^ AES_Te1[(t1 >> 16) & 0xff] ^ AES_Te2[(t2 >> 8) & 0xff] ^ AES_Te3[t3 & 0x… in AES_encrypt()[all …]
38 extern const uint32_t AES_Te0[256], AES_Td0[256];
40 mixed = be32_to_cpu(AES_Te0[si]); in aes32_operation()