Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx1049 sal_uInt8 m_aDecryptionKey[ENCRYPTION_KEY_LEN+5]; // maximum handled key length member
1063 rtl_zeroMemory( m_aDecryptionKey, sizeof( m_aDecryptionKey ) ); in PDFFileImplData()
1098 m_pData->m_aDecryptionKey[i++] = sal_uInt8(nObject&0xff); in decrypt()
1099 m_pData->m_aDecryptionKey[i++] = sal_uInt8((nObject>>8)&0xff); in decrypt()
1100 m_pData->m_aDecryptionKey[i++] = sal_uInt8((nObject>>16)&0xff); in decrypt()
1101 m_pData->m_aDecryptionKey[i++] = sal_uInt8(nGeneration&0xff); in decrypt()
1102 m_pData->m_aDecryptionKey[i++] = sal_uInt8((nGeneration>>8)&0xff); in decrypt()
1105 rtl_digest_updateMD5( m_pData->m_aDigest, m_pData->m_aDecryptionKey, i ); in decrypt()
1185 rtl_copyMemory( pData->m_aDecryptionKey, aKey, nKeyLen ); in check_user_password()
1292 aBuf.append( pHexTab[(m_pData->m_aDecryptionKey[i] >> 4) & 0x0f] ); in getDecryptionKey()
[all …]