Home
last modified time | relevance | path

Searched refs:fileKey (Results 1 – 25 of 791) sorted by path

12345678910>>...32

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Crypto/
H A DZipStrong.cpp223 Byte fileKey[32]; in Init_and_CheckPassword()
229 DeriveKey(sha, fileKey); in Init_and_CheckPassword()
231 RINOK(SetKey(fileKey, _key.KeySize)); in Init_and_CheckPassword()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Crypto/
H A DZipStrong.cpp216 Byte fileKey[32]; in Init_and_CheckPassword() local
221 DeriveKey(sha, fileKey); in Init_and_CheckPassword()
223 RINOK(SetKey(fileKey, _key.KeySize)); in Init_and_CheckPassword()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Crypto/
H A DZipStrong.cpp149 Byte fileKey[32]; in CheckPassword() local
154 DeriveKey(sha, fileKey); in CheckPassword()
156 RINOK(cp->SetKey(fileKey, _key.KeySize)); in CheckPassword()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/tnv/
H A DCTwoNavProject.cpp85 QFile fileKey(dir.absoluteFilePath(QString("%1.key").arg(getKey()))); in save() local
86 if(!fileKey.open(QIODevice::WriteOnly)) in save()
88 …::getBestWidgetForParent(), tr("Error..."), tr("Failed to open %1.").arg(fileKey.fileName()), QMes… in save()
91 fileKey.close(); in save()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/mp3tunes/
H A DMp3tunesLocker.cpp523 Mp3tunesLocker::fileKey ( const QString &path ) in fileKey() function in Mp3tunesLocker
H A DMp3tunesLocker.h209 QString fileKey(const QString &path );
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/mp3tunes/harmonydaemon/
H A DMp3tunesHarmonyDownload.cpp75 Mp3tunesHarmonyDownload::fileKey() const in fileKey() function in Mp3tunesHarmonyDownload
H A DMp3tunesHarmonyDownload.h42 QString fileKey() const;
/dports/audio/easytag/easytag-2.4.3/src/
H A Dbrowser.c1284 guint fileKey = ((ET_File *)l->data)->ETFileKey; in et_browser_load_file_list() local
1319 LIST_FILE_KEY, fileKey, in et_browser_load_file_list()
/dports/audio/gonic/gonic-0.8.4/vendor/google.golang.org/appengine/delay/
H A Ddelay.go120 func fileKey(file string) (string, error) { func
167 fk, err := fileKey(file)
H A Ddelay_test.go532 got, err := fileKey(tc.file)
/dports/audio/mixxx/mixxx-2.3.0/src/engine/controls/
H A Dkeycontrol.cpp223 mixxx::track::io::key::ChromaticKey fileKey = in updateKeyCOs() local
227 KeyUtils::scaleKeyOctaves(fileKey, pitchOctaves); in updateKeyCOs()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DDecrypt.cc78 Guchar *fileKey, GBool encryptMetadata, in makeFileKey() argument
123 memcpy(fileKey, state.buf, 16); in makeFileKey()
126 memcpy(fileKey + 16, state.buf, 16); in makeFileKey()
164 memcpy(fileKey, state.buf, 16); in makeFileKey()
167 memcpy(fileKey + 16, state.buf, 16); in makeFileKey()
223 permissions, fileID, userPassword, fileKey, in makeFileKey()
267 md5(buf, len, fileKey); in makeFileKey2()
270 md5(fileKey, keyLength, fileKey); in makeFileKey2()
276 rc4InitKey(fileKey, keyLength, fState); in makeFileKey2()
286 tmpKey[j] = fileKey[j] ^ i; in makeFileKey2()
[all …]
H A DDecrypt.h57 Guchar *fileKey, GBool encryptMetadata,
65 GooString *userPassword, Guchar *fileKey,
106 BaseCryptStream(Stream *strA, Guchar *fileKey, CryptAlgorithm algoA,
140 EncryptStream(Stream *strA, Guchar *fileKey, CryptAlgorithm algoA,
150 DecryptStream(Stream *strA, Guchar *fileKey, CryptAlgorithm algoA,
H A DPDFDoc.cc688 Guchar *fileKey; in savePageAs() local
691 xref->getEncryptionParameters(&fileKey, &encAlgorithm, &keyLength); in savePageAs()
936 Guchar *fileKey; in saveIncrementalUpdate() local
939 xref->getEncryptionParameters(&fileKey, &encAlgorithm, &keyLength); in saveIncrementalUpdate()
1006 Guchar *fileKey; in saveCompleteRewrite() local
1009 xref->getEncryptionParameters(&fileKey, &encAlgorithm, &keyLength); in saveCompleteRewrite()
1124 if (fileKey) { in writeString()
1243 if (stream->getKind() == strWeird && fileKey) { in writeObject()
1272 } else if (fileKey != NULL) { // Encrypt stream in writeObject()
1809 Guchar *fileKey; in writePageObjects() local
[all …]
H A DPDFDoc.h263 …tic void writeObject (Object *obj, OutStream* outStr, XRef *xref, Guint numOffset, Guchar *fileKey,
279 …void writeDictionnary (Dict* dict, OutStream* outStr, XRef *xRef, Guint numOffset, Guchar *fileKey,
286 void writeObject (Object *obj, OutStream* outStr, Guchar *fileKey, CryptAlgorithm encAlgorithm, in writeObject() argument
288 { writeObject(obj, outStr, getXRef(), 0, fileKey, encAlgorithm, keyLength, objNum, objGen); } in writeObject()
289 …void writeDictionnary (Dict* dict, OutStream* outStr, Guchar *fileKey, CryptAlgorithm encAlgorithm, in writeDictionnary() argument
291 …{ writeDictionnary(dict, outStr, getXRef(), 0, fileKey, encAlgorithm, keyLength, objNum, objGen); } in writeDictionnary()
296 static void writeString (GooString* s, OutStream* outStr, Guchar *fileKey,
H A DParser.cc69 Guchar *fileKey, in getObj() argument
95 obj->arrayAdd(getObj(&obj2, gFalse, fileKey, encAlgorithm, keyLength, in getObj()
121 …obj->dictAdd(key, getObj(&obj2, gFalse, fileKey, encAlgorithm, keyLength, objNum, objGen, recursio… in getObj()
131 if (allowStreams && (str = makeStream(obj, fileKey, encAlgorithm, keyLength, in getObj()
156 } else if (buf1.isString() && fileKey) { in getObj()
162 fileKey, encAlgorithm, keyLength, in getObj()
191 Stream *Parser::makeStream(Object *dict, Guchar *fileKey, in makeStream() argument
271 if (fileKey) { in makeStream()
272 str = new DecryptStream(str, fileKey, encAlgorithm, keyLength, in makeStream()
H A DParser.h52 Guchar *fileKey = NULL,
73 Stream *makeStream(Object *dict, Guchar *fileKey,
H A DSecurityHandler.cc378 ownerPassword, userPassword, fileKey, in authorize()
457 memcpy(fileKey, key, fileKeyLength); in authorize()
H A DSecurityHandler.h120 virtual Guchar *getFileKey() { return fileKey; } in getFileKey()
130 Guchar fileKey[32]; variable
162 virtual Guchar *getFileKey() { return fileKey; } in getFileKey()
174 Guchar fileKey[16]; variable
H A DXRef.cc434 xref->fileKey[i] = fileKey[i]; in copy()
1068 fileKey[i] = fileKeyA[i]; in setEncryption()
1078 *fileKeyA = fileKey; in getEncryptionParameters()
1209 parser->getObj(obj, gFalse, (encrypted && !e->getFlag(XRefEntry::Unencrypted)) ? fileKey : NULL, in fetch()
H A DXRef.h216 Guchar fileKey[32]; // file decryption key variable
/dports/audio/praat/praat-6.2.03/sys/
H A DScriptEditor.cpp121 const uint64 fileKey = ( isdefined (fileKey_real) ? uint64 (fileKey_real) : 0 ); in menu_cb_run() local
138 text = unhex_STR (restOfText, fileKey + nonsecret + passwordHash); in menu_cb_run()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DGenerateItemCounts.java121 String fileKey = dir.replace("/", "_");
123 …PrintWriter summary = FileUtilities.openUTF8Writer(OUT_DIRECTORY, prefix + fileKey + "_count.txt");
124 …intWriter changes = FileUtilities.openUTF8Writer(OUT_DIRECTORY, prefix + fileKey + "_changes.txt");
125 …intWriter changesNew = FileUtilities.openUTF8Writer(OUT_DIRECTORY, prefix + fileKey + "_news.txt");
126 …er changesDeletes = FileUtilities.openUTF8Writer(OUT_DIRECTORY, prefix + fileKey + "_deletes.txt");
127 …er changesSummary = FileUtilities.openUTF8Writer(OUT_DIRECTORY, prefix + fileKey + "_changes_summa…
132 checkBadAttributes(path2value, prefix + fileKey + "_dtd_check.txt");
/dports/audio/visp-go/visp-2585747/vendor/github.com/sirupsen/logrus/
H A Dformatter.go73 fileKey := fieldMap.resolve(FieldKeyFile)
74 if l, ok := data[fileKey]; ok {
75 data["fields."+fileKey] = l

12345678910>>...32