Searched refs:EncryptionKey (Results 1 – 4 of 4) sorted by relevance
1170 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)nObject; in checkAndEnableStreamEncryption()1171 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 8 ); in checkAndEnableStreamEncryption()1172 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 16 ); in checkAndEnableStreamEncryption()1177 rtl_digest_MD5( &m_aContext.Encryption.EncryptionKey[0], i+2, nMD5Sum, sizeof(nMD5Sum) ); in checkAndEnableStreamEncryption()1189 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)nObject; in enableStringEncryption()1190 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 8 ); in enableStringEncryption()1191 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 16 ); in enableStringEncryption()1196 rtl_digest_MD5( &m_aContext.Encryption.EncryptionKey[0], i+2, nMD5Sum, sizeof(nMD5Sum) ); in enableStringEncryption()1258 m_aContext.Encryption.EncryptionKey.clear(); in prepareEncryption()1390 io_rProperties.EncryptionKey.resize( MAXIMUM_RC4_KEY_LENGTH ); in computeEncryptionKey()[all …]
1820 m_aContext.Encryption.EncryptionKey.size() != MAXIMUM_RC4_KEY_LENGTH in PDFWriterImpl()
73 the EncryptionKey from the original password; in case
506 std::vector<sal_uInt8> EncryptionKey; member