Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1332 …ransporter* i_pTransporter, vcl::PDFWriter::PDFEncryptionProperties& io_rProperties, sal_Int32 i_n… in computeEncryptionKey() argument
1343 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()
1390 io_rProperties.EncryptionKey.resize( MAXIMUM_RC4_KEY_LENGTH ); in computeEncryptionKey()
1392 io_rProperties.EncryptionKey[i] = nMD5Sum[i]; in computeEncryptionKey()
1395 io_rProperties.EncryptionKey.clear(); in computeEncryptionKey()
1489 … vcl::PDFWriter::PDFEncryptionProperties& io_rProperties, in computeUDictionaryValue() argument
1496 io_rProperties.UValue.resize( ENCRYPTED_PWD_SIZE ); in computeUDictionaryValue()
[all …]
H A Dpdfwriter_impl.hxx1029 vcl::PDFWriter::PDFEncryptionProperties& io_rProperties,
1039 vcl::PDFWriter::PDFEncryptionProperties& io_rProperties,