Searched refs:exp_int (Results 1 – 1 of 1) sorted by relevance
754 unsigned int *exp_int = NULL; in mtpz_encryption_inv_mix_columns() local758 exp_int = (unsigned int *)(expanded + o + 16); in mtpz_encryption_inv_mix_columns()760 …exp_int[0] = MTPZ_SWAP(mtpz_aes_gb9[expanded[o + 19]] ^ mtpz_aes_gb13[expanded[o + 18]] ^ mtpz_aes… in mtpz_encryption_inv_mix_columns()761 …exp_int[1] = MTPZ_SWAP(mtpz_aes_gb9[expanded[o + 23]] ^ mtpz_aes_gb13[expanded[o + 22]] ^ mtpz_aes… in mtpz_encryption_inv_mix_columns()762 …exp_int[2] = MTPZ_SWAP(mtpz_aes_gb9[expanded[o + 27]] ^ mtpz_aes_gb13[expanded[o + 26]] ^ mtpz_aes… in mtpz_encryption_inv_mix_columns()763 …exp_int[3] = MTPZ_SWAP(mtpz_aes_gb9[expanded[o + 31]] ^ mtpz_aes_gb13[expanded[o + 30]] ^ mtpz_aes… in mtpz_encryption_inv_mix_columns()