• Home
  • Raw
  • Download

Lines Matching refs:column0

1679     uint32_t column0, column1, column2, column3;  in aes_round()  local
1684 column0 = T0[state->v8[0]] ^ T1[state->v8[5]] ^ T2[state->v8[10]] ^ in aes_round()
1696 state->v32[0] = column0 ^ round_key->v32[0]; in aes_round()
1704 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1709 column0 = U0[state->v8[0]] ^ U1[state->v8[13]] ^ U2[state->v8[10]] ^ in aes_inv_round()
1721 state->v32[0] = column0 ^ round_key->v32[0]; in aes_inv_round()
1803 uint32_t column0, column1, column2, column3; in aes_round() local
1808 column0 = T0[state->v32[0] >> 24] ^ T1[(state->v32[1] >> 16) & 0xff] ^ in aes_round()
1820 column0 = T0[state->v32[0] & 0xff] ^ T1[(state->v32[1] >> 8) & 0xff] ^ in aes_round()
1833 state->v32[0] = column0 ^ round_key->v32[0]; in aes_round()
1841 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1847 column0 = U0[state->v32[0] >> 24] ^ U1[(state->v32[3] >> 16) & 0xff] ^ in aes_inv_round()
1859 column0 = U0[state->v32[0] & 0xff] ^ U1[(state->v32[3] >> 8) & 0xff] ^ in aes_inv_round()
1876 state->v32[0] = column0 ^ round_key->v32[0]; in aes_inv_round()
2010 uint32_t column0, column1, column2, column3; in aes_round() local
2014 column0 = T0[state->v8[0]] ^ T1[state->v8[5]] ^ T2[state->v8[10]] ^ in aes_round()
2026 state->v32[0] = column0 ^ round_key->v32[0]; in aes_round()
2034 uint32_t column0, column1, column2, column3; in aes_inv_round() local
2039 column0 = U0[state->v8[0]] ^ U1[state->v8[5]] ^ U2[state->v8[10]] ^ in aes_inv_round()
2051 state->v32[0] = column0 ^ round_key->v32[0]; in aes_inv_round()