Searched refs:m_EncryptKey (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_security_handler.cpp | 107 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 …]
|
D | cpdf_crypto_handler.cpp | 44 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()
|
D | cpdf_crypto_handler.h | 61 uint8_t m_EncryptKey[32]; variable
|
D | cpdf_security_handler.h | 105 uint8_t m_EncryptKey[32]; variable
|