Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1257 m_aContext.Encryption.UValue.clear(); in prepareEncryption()
1496 io_rProperties.UValue.resize( ENCRYPTED_PWD_SIZE ); in computeUDictionaryValue()
1518 …&io_rProperties.UValue[0], sal_Int32(io_rProperties.UValue.size()) ); //encrypted data, stored in … in computeUDictionaryValue()
1524 … for(sal_uInt32 i = MD5_DIGEST_SIZE; i < sal_uInt32(io_rProperties.UValue.size()); i++) in computeUDictionaryValue()
1525 io_rProperties.UValue[i] = 0; in computeUDictionaryValue()
1540 … &io_rProperties.UValue[0], sizeof( nMD5Sum ) ); //encrypted data, stored in class data member in computeUDictionaryValue()
1553 …rtl_cipher_encodeARCFOUR( aCipher, &io_rProperties.UValue[0], SECUR_128BIT_KEY, // the data to be … in computeUDictionaryValue()
1554 …&io_rProperties.UValue[0], SECUR_128BIT_KEY ); // encrypted data, can be the same as the input, en… in computeUDictionaryValue()
1570 io_rProperties.UValue.clear(); in computeUDictionaryValue()
H A Dpdfwriter_impl.cxx1819 m_aContext.Encryption.UValue.size() != ENCRYPTED_PWD_SIZE || in PDFWriterImpl()
1826 m_aContext.Encryption.UValue.clear(); in PDFWriterImpl()
6508 …eralString( (const sal_Char*)&m_aContext.Encryption.UValue[0], sal_Int32(m_aContext.Encryption.UVa… in emitTrailer()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx505 std::vector<sal_uInt8> UValue; member
524 { return ! OValue.empty() && ! UValue.empty() && ! DocumentIdentifier.empty(); } in Encrypt()

Completed in 103 milliseconds