Home
last modified time | relevance | path

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

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