Searched refs:mtpz_aes_sbox (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dmtpz.c225 unsigned char mtpz_aes_sbox[]; variable
725 temp[0] = (mtpz_aes_sbox[t1] ^ mtpz_aes_rcon[rcon_i]) & 0xFF;
726 temp[1] = mtpz_aes_sbox[t2];
727 temp[2] = mtpz_aes_sbox[t3];
728 temp[3] = mtpz_aes_sbox[t0];
733 temp[0] = mtpz_aes_sbox[t0];
734 temp[1] = mtpz_aes_sbox[t1];
735 temp[2] = mtpz_aes_sbox[t2];
736 temp[3] = mtpz_aes_sbox[t3];
1012 unsigned char mtpz_aes_sbox[] variable
[all...]

Completed in 150 milliseconds