Home
last modified time | relevance | path

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

/external/libmtp/src/
Dmtpz.c226 unsigned char mtpz_aes_invsbox[]; variable
817 v18 = ((mtpz_aes_invsbox[MTPZ_ENCRYPTIONLOBYTE(v14)]) << 24) | in mtpz_encryption_decrypt_custom()
818 ((mtpz_aes_invsbox[MTPZ_ENCRYPTIONBYTE1 (v17)]) << 16) | in mtpz_encryption_decrypt_custom()
819 ((mtpz_aes_invsbox[MTPZ_ENCRYPTIONBYTE2 (v16)]) << 8) | in mtpz_encryption_decrypt_custom()
820 ((mtpz_aes_invsbox[MTPZ_ENCRYPTIONBYTE3 (v15)]) << 0); in mtpz_encryption_decrypt_custom()
822 v19 = ((mtpz_aes_invsbox[MTPZ_ENCRYPTIONLOBYTE(v15)]) << 24) | in mtpz_encryption_decrypt_custom()
823 ((mtpz_aes_invsbox[MTPZ_ENCRYPTIONBYTE1 (v14)]) << 16) | in mtpz_encryption_decrypt_custom()
824 ((mtpz_aes_invsbox[MTPZ_ENCRYPTIONBYTE2 (v17)]) << 8) | in mtpz_encryption_decrypt_custom()
825 ((mtpz_aes_invsbox[MTPZ_ENCRYPTIONBYTE3 (v16)]) << 0); in mtpz_encryption_decrypt_custom()
827 v20 = ((mtpz_aes_invsbox[MTPZ_ENCRYPTIONLOBYTE(v16)]) << 24) | in mtpz_encryption_decrypt_custom()
[all …]