Lines Matching refs:column3
1506 uint32_t column0, column1, column2, column3; in aes_round() local
1520 column3 = T0[state->v8[12]] ^ T1[state->v8[1]] in aes_round()
1526 state->v32[3] = column3 ^ round_key->v32[3]; in aes_round()
1533 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1547 column3 = U0[state->v8[12]] ^ U1[state->v8[9]] in aes_inv_round()
1553 state->v32[3] = column3 ^ round_key->v32[3]; in aes_inv_round()
1634 uint32_t column0, column1, column2, column3; in aes_round() local
1648 column3 = T0[state->v32[3] >> 24] ^ T1[(state->v32[0] >> 16) & 0xff] in aes_round()
1660 column3 = T0[state->v32[3] & 0xff] ^ T1[(state->v32[0] >> 8) & 0xff] in aes_round()
1667 state->v32[3] = column3 ^ round_key->v32[3]; in aes_round()
1673 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1689 column3 = U0[state->v32[3] >> 24] ^ U1[(state->v32[2] >> 16) & 0xff] in aes_inv_round()
1701 column3 = U0[state->v32[3] & 0xff] ^ U1[(state->v32[0] >> 8) & 0xff] in aes_inv_round()
1708 state->v32[3] = column3 ^ round_key->v32[3]; in aes_inv_round()
1786 uint32_t column0, column1, column2, column3; in aes_round() local
1800 column3 = T0[state->v8[12]] ^ T1[state->v8[1]] in aes_round()
1806 state->v32[3] = column3 ^ round_key->v32[3]; in aes_round()
1813 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1827 column3 = U0[state->v8[12]] ^ U1[state->v8[1]] in aes_inv_round()
1833 state->v32[3] = column3 ^ round_key->v32[3]; in aes_inv_round()