Home
last modified time | relevance | path

Searched refs:ENCRYPTED_PWD_SIZE (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1818 if( m_aContext.Encryption.OValue.size() != ENCRYPTED_PWD_SIZE || in PDFWriterImpl()
1819 m_aContext.Encryption.UValue.size() != ENCRYPTED_PWD_SIZE || in PDFWriterImpl()
H A Dpdfwriter_impl.hxx61 #define ENCRYPTED_PWD_SIZE 32 macro
800 static const sal_uInt8 s_nPadString[ENCRYPTED_PWD_SIZE];
H A Dpdfwriter_impl2.cxx1219 sal_uInt8 aPadUPW[ENCRYPTED_PWD_SIZE], aPadOPW[ENCRYPTED_PWD_SIZE]; in initEncryption()
1229 if( rtl_digest_updateMD5( aDig, aPadUPW, ENCRYPTED_PWD_SIZE ) != rtl_Digest_E_None ) in initEncryption()
1307 …sal_Int32 nToCopy = ( aString.getLength() < ENCRYPTED_PWD_SIZE ) ? aString.getLength() : ENCRYPTED… in padPassword()
1315 for( i = nCurrentChar, y = 0 ; i < ENCRYPTED_PWD_SIZE; i++, y++ ) in padPassword()
1412 io_rOValue.resize( ENCRYPTED_PWD_SIZE ); in computeODictionaryValue()
1421 …tlDigestError nError = rtl_digest_updateMD5( aDigest, i_pPaddedOwnerPassword, ENCRYPTED_PWD_SIZE ); in computeODictionaryValue()
1448 …rtl_cipher_encodeARCFOUR( aCipher, i_pPaddedUserPassword, ENCRYPTED_PWD_SIZE, // the data to be en… in computeODictionaryValue()
1496 io_rProperties.UValue.resize( ENCRYPTED_PWD_SIZE ); in computeUDictionaryValue()

Completed in 80 milliseconds