Searched refs:nEncryptedEntry (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 1175 sal_uInt8 nEncryptedEntry[ENCRYPTION_BUF_LEN]; in check_user_password() local 1176 rtl_zeroMemory( nEncryptedEntry, sizeof(nEncryptedEntry) ); in check_user_password() 1188 nEncryptedEntry, sizeof( nEncryptedEntry ) ); in check_user_password() 1189 bValid = (rtl_compareMemory( nEncryptedEntry, pData->m_aUEntry, 32 ) == 0); in check_user_password() 1196 rtl_digest_getMD5( pData->m_aDigest, nEncryptedEntry, sizeof(nEncryptedEntry) ); in check_user_password() 1200 nEncryptedEntry, 16, in check_user_password() 1201 nEncryptedEntry, 16 ); // encrypt in place in check_user_password() 1211 nEncryptedEntry, 16, in check_user_password() 1212 nEncryptedEntry, 16 ); // encrypt in place in check_user_password() 1214 bValid = (rtl_compareMemory( nEncryptedEntry, pData->m_aUEntry, 16 ) == 0); in check_user_password()
|
Completed in 19 milliseconds