Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.cpp59 uint8_t realkey[16]; in CryptBlock() local
69 key1, m_Cipher == FXCIPHER_AES ? m_KeyLen + 9 : m_KeyLen + 5, realkey); in CryptBlock()
77 m_KeyLen == 32 ? m_EncryptKey : realkey, m_KeyLen, in CryptBlock()
107 CRYPT_ArcFourCryptBlock(dest_buf, dest_size, realkey, realkeylen); in CryptBlock()
143 uint8_t realkey[16]; in CryptStart() local
145 key1, m_Cipher == FXCIPHER_AES ? m_KeyLen + 9 : m_KeyLen + 5, realkey); in CryptStart()
154 CRYPT_AESSetKey(&pContext->m_Context, 16, realkey, 16, bEncrypt); in CryptStart()
164 CRYPT_ArcFourSetup(pContext, realkey, realkeylen); in CryptStart()