Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx1204 sal_uInt8 aTempKey[ENCRYPTION_KEY_LEN]; in check_user_password() local
1205 for( sal_uInt32 j = 0; j < sizeof(aTempKey); j++ ) in check_user_password()
1206 aTempKey[j] = static_cast<sal_uInt8>( aKey[j] ^ i ); in check_user_password()
1209 aTempKey, sizeof(aTempKey), NULL, 0 ); in check_user_password()

Completed in 22 milliseconds