Searched defs:m_Context (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_encrypt.cpp720 FX_BYTE m_Context[2048]; member in struct:_AESCryptContext
734 CRYPT_AESSetKey(pContext->m_Context, 16, m_EncryptKey, 32, bEncrypt);
739 CRYPT_AESSetIV(pContext->m_Context, pContext->m_Block);
760 CRYPT_AESSetKey(pContext->m_Context, 16, realkey, 16, bEncrypt);
765 CRYPT_AESSetIV(pContext->m_Context, pContext->m_Block);
806 CRYPT_AESSetIV(pContext->m_Context, pContext->m_Block);
812 CRYPT_AESEncrypt(pContext->m_Context, block_buf, pContext->m_Block, 16);
814 CRYPT_AESDecrypt(pContext->m_Context, block_buf, pContext->m_Block, 16);
842 CRYPT_AESEncrypt(pContext->m_Context, block_buf, pContext->m_Block, 16);
847 CRYPT_AESEncrypt(pContext->m_Context, block_bu
[all...]

Completed in 308 milliseconds