Lines Matching refs:column2
1679 uint32_t column0, column1, column2, column3; in aes_round() local
1690 column2 = T0[state->v8[8]] ^ T1[state->v8[13]] ^ T2[state->v8[2]] ^ in aes_round()
1698 state->v32[2] = column2 ^ round_key->v32[2]; in aes_round()
1704 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1715 column2 = U0[state->v8[8]] ^ U1[state->v8[5]] ^ U2[state->v8[2]] ^ in aes_inv_round()
1723 state->v32[2] = column2 ^ round_key->v32[2]; in aes_inv_round()
1803 uint32_t column0, column1, column2, column3; in aes_round() local
1814 column2 = T0[state->v32[2] >> 24] ^ T1[(state->v32[3] >> 16) & 0xff] ^ in aes_round()
1826 column2 = T0[state->v32[2] & 0xff] ^ T1[(state->v32[3] >> 8) & 0xff] ^ in aes_round()
1835 state->v32[2] = column2 ^ round_key->v32[2]; in aes_round()
1841 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1853 column2 = U0[state->v32[2] >> 24] ^ U1[(state->v32[1] >> 16) & 0xff] ^ in aes_inv_round()
1867 column2 = U0[state->v32[2] & 0xff] ^ U1[(state->v32[1] >> 8) & 0xff] ^ in aes_inv_round()
1878 state->v32[2] = column2 ^ round_key->v32[2]; in aes_inv_round()
2010 uint32_t column0, column1, column2, column3; in aes_round() local
2020 column2 = T0[state->v8[8]] ^ T1[state->v8[13]] ^ T2[state->v8[2]] ^ in aes_round()
2028 state->v32[2] = column2 ^ round_key->v32[2]; in aes_round()
2034 uint32_t column0, column1, column2, column3; in aes_inv_round() local
2045 column2 = U0[state->v8[8]] ^ U1[state->v8[13]] ^ U2[state->v8[2]] ^ in aes_inv_round()
2053 state->v32[2] = column2 ^ round_key->v32[2]; in aes_inv_round()