Home
last modified time | relevance | path

Searched refs:io_rProperties (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx1029 vcl::PDFWriter::PDFEncryptionProperties& io_rProperties,
1039 vcl::PDFWriter::PDFEncryptionProperties& io_rProperties,
H A Dpdfwriter_impl2.cxx1343 if( ! io_rProperties.OValue.empty() ) in computeEncryptionKey()
1344 …nError = rtl_digest_updateMD5( aDigest, &io_rProperties.OValue[0] , sal_Int32(io_rProperties.OValu… in computeEncryptionKey()
1360 …nError = rtl_digest_updateMD5( aDigest, &io_rProperties.DocumentIdentifier[0], sal_Int32(io_rPrope… in computeEncryptionKey()
1367 if( io_rProperties.Security128bit ) in computeEncryptionKey()
1392 io_rProperties.EncryptionKey[i] = nMD5Sum[i]; in computeEncryptionKey()
1395 io_rProperties.EncryptionKey.clear(); in computeEncryptionKey()
1496 io_rProperties.UValue.resize( ENCRYPTED_PWD_SIZE ); in computeUDictionaryValue()
1507 io_rProperties.EncryptionKey[i++] = 0; in computeUDictionaryValue()
1509 if( io_rProperties.Security128bit == false ) in computeUDictionaryValue()
1525 io_rProperties.UValue[i] = 0; in computeUDictionaryValue()
[all …]

Completed in 26 milliseconds