Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp107 m_EncryptKey, key_len)) { in CheckSecurity()
112 m_EncryptKey, key_len); in CheckSecurity()
210 buffer = m_EncryptKey; in GetCryptInfo()
544 CRYPT_SHA256Update(&sha, m_EncryptKey, 32); in OnCreate()
546 CRYPT_SHA256Finish(&sha, m_EncryptKey); in OnCreate()
547 AES256_SetPassword(pEncryptDict, user_pass, user_size, false, m_EncryptKey); in OnCreate()
550 m_EncryptKey); in OnCreate()
553 m_EncryptKey); in OnCreate()
586 CalcEncryptKey(m_pEncryptDict, (uint8_t*)user_pass, user_size, m_EncryptKey, in OnCreate()
591 CRYPT_ArcFourCryptBlock(tempbuf, 32, m_EncryptKey, key_len); in OnCreate()
[all …]
Dcpdf_crypto_handler.cpp44 CRYPT_AESSetKey(m_pAESContext, 16, m_KeyLen == 32 ? m_EncryptKey : realkey, in CryptBlock()
94 CRYPT_AESSetKey(pContext->m_Context, 16, m_EncryptKey, 32, bEncrypt); in CryptStart()
258 FXSYS_memcpy(m_EncryptKey, key, m_KeyLen); in Init()
291 FXSYS_memcpy(m_EncryptKey, key, keylen); in Init()
336 FXSYS_memcpy(key, m_EncryptKey, m_KeyLen); in PopulateKey()
Dcpdf_crypto_handler.h61 uint8_t m_EncryptKey[32]; variable
Dcpdf_security_handler.h105 uint8_t m_EncryptKey[32]; variable