Searched refs:AES_Te2 (Results 1 – 1 of 1) sorted by relevance
409 static const uint32_t AES_Te2[256] = { variable1070 AES_Te2[st->b[swap_b ^ AES_SH(0x2)]] ^ in aesenc_SB_SR_MC_AK_swap()1075 AES_Te2[st->b[swap_b ^ AES_SH(0x6)]] ^ in aesenc_SB_SR_MC_AK_swap()1080 AES_Te2[st->b[swap_b ^ AES_SH(0xA)]] ^ in aesenc_SB_SR_MC_AK_swap()1085 AES_Te2[st->b[swap_b ^ AES_SH(0xE)]] ^ 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 …]