Searched refs:m_aDecryptionKey (Results 1 – 1 of 1) sorted by relevance
1043 sal_uInt8 m_aDecryptionKey[ENCRYPTION_KEY_LEN+5]; // maximum handled key length member1057 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 19 milliseconds