Home
last modified time | relevance | path

Searched refs:strSig (Results 1 – 6 of 6) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DUpdateCheckEx.cs536 private static bool VerifySignature(string strContent, string strSig, in VerifySignature() argument
539 if(string.IsNullOrEmpty(strSig)) { Debug.Assert(false); return false; } in VerifySignature()
544 byte[] pbSig = Convert.FromBase64String(strSig); in VerifySignature()
/dports/games/sarien/sarien-0.7.0/src/core/
H A Dsavegame.c116 static char* strSig = "Sarien:"; variable
193 write_bytes(f, strSig, 8); in save_game()
356 if(strncmp(sig, strSig, 8)) in load_game()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Plugins/
H A DPluginManager.cs312 string strSig = MemUtil.ByteArrayToHexString(pbSig); in Is1xPlugin()
314 return (strData.IndexOf(strSig) >= 0); in Is1xPlugin()
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/src/Protocol/
H A DSignature.cs123 static bool IsValid (string strSig) in IsValid()
128 foreach (char c in strSig) { in IsValid()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/primitives/
H A Dprim_QObject.cpp492 QString strSig = QStringLiteral("2") + symSig->name; variable
501 ok = QObject::connect(sndProxy->object(), strSig.toStdString().c_str(), rcvProxy->object(),
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/
H A DSTRUCTURES_.ML1645 val strSig = structSignat strVal
1646 val matchSubStructure = makeCopyActions strSig
1648 … #enterStruct finalEnv (dName, makeFormalStruct (dName, strSig, addrs, locations));