Home
last modified time | relevance | path

Searched refs:m_aDecryptionKey (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx1043 sal_uInt8 m_aDecryptionKey[ENCRYPTION_KEY_LEN+5]; // maximum handled key length member
1057 rtl_zeroMemory( m_aDecryptionKey, sizeof( m_aDecryptionKey ) ); in PDFFileImplData()
1092 m_pData->m_aDecryptionKey[i++] = sal_uInt8(nObject&0xff); in decrypt()
1093 m_pData->m_aDecryptionKey[i++] = sal_uInt8((nObject>>8)&0xff); in decrypt()
1094 m_pData->m_aDecryptionKey[i++] = sal_uInt8((nObject>>16)&0xff); in decrypt()
1095 m_pData->m_aDecryptionKey[i++] = sal_uInt8(nGeneration&0xff); in decrypt()
1096 m_pData->m_aDecryptionKey[i++] = sal_uInt8((nGeneration>>8)&0xff); in decrypt()
1099 rtl_digest_updateMD5( m_pData->m_aDigest, m_pData->m_aDecryptionKey, i ); in decrypt()
1179 rtl_copyMemory( pData->m_aDecryptionKey, aKey, nKeyLen ); in check_user_password()
1286 aBuf.append( pHexTab[(m_pData->m_aDecryptionKey[i] >> 4) & 0x0f] ); in getDecryptionKey()
[all …]

Completed in 24 milliseconds