Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_encrypt.cpp730 uint8_t realkey[16]; in CryptBlock() local
746 key1, m_Cipher == FXCIPHER_AES ? m_KeyLen + 9 : m_KeyLen + 5, realkey); in CryptBlock()
753 CRYPT_AESSetKey(m_pAESContext, 16, m_KeyLen == 32 ? m_EncryptKey : realkey, in CryptBlock()
782 CRYPT_ArcFourCryptBlock(dest_buf, dest_size, realkey, realkeylen); in CryptBlock()
817 uint8_t realkey[16]; in CryptStart() local
819 key1, m_Cipher == FXCIPHER_AES ? m_KeyLen + 9 : m_KeyLen + 5, realkey); in CryptStart()
828 CRYPT_AESSetKey(pContext->m_Context, 16, realkey, 16, bEncrypt); in CryptStart()
838 CRYPT_ArcFourSetup(pContext, realkey, realkeylen); in CryptStart()