Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx1145 sal_uInt8 aPEntry[4]; in password_to_key() local
1146 aPEntry[0] = static_cast<sal_uInt8>(pData->m_nPEntry & 0xff); in password_to_key()
1147 aPEntry[1] = static_cast<sal_uInt8>((pData->m_nPEntry >> 8 ) & 0xff); in password_to_key()
1148 aPEntry[2] = static_cast<sal_uInt8>((pData->m_nPEntry >> 16) & 0xff); in password_to_key()
1149 aPEntry[3] = static_cast<sal_uInt8>((pData->m_nPEntry >> 24) & 0xff); in password_to_key()
1150 rtl_digest_updateMD5( pData->m_aDigest, aPEntry, sizeof(aPEntry) ); in password_to_key()

Completed in 18 milliseconds