Home
last modified time | relevance | path

Searched refs:isSecret (Results 51 – 75 of 106) sorted by relevance

12345

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/vsphere/extraconfig/
H A Dkeys.go172 func isSecret(key string) bool { func
217 if isSecret(key) {
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dprotocol-parameter.cpp198 bool ProtocolParameter::isSecret() const in isSecret() function in Tp::ProtocolParameter
/dports/security/kleopatra/kleopatra-21.12.3/src/commands/
H A Dkeytocardcommand.cpp283 key.subkey(0).isSecret() && in getSigningCertificates()
298 key.subkey(0).isSecret() && in getEncryptionCertificates()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dgamemap_uwmf.cpp232 trigger.isSecret = sc->boolean; in ParseTrigger()
391 if(trig.isSecret) in InstallPlanes()
H A Dgamemap.cpp198 if(trig.active && trig.isSecret) in ActivateTrigger()
831 << trigger.isSecret in operator <<()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/acl/
H A Dacl_helpers.go337 func GetRulesFromLegacyToken(client *api.Client, tokenID string, isSecret bool) (string, error) {
344 if isSecret {
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/online/
H A Donline_profile_achievements.cpp226 if (a->getInfo()->isSecret() && !a->isAchieved()) in displayResults()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/include/
H A DofxhClip.h85 bool isSecret() const;
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/include/
H A DofxhClip.h85 bool isSecret() const;
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DLocalVariableBinding.java187 public boolean isSecret() { in isSecret() method in LocalVariableBinding
/dports/net-im/ktp-accounts-kcm/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/
H A Dparameter-edit-model.cpp89 data = QVariant(m_items.at(index.row())->isSecret()); in data()
/dports/security/kgpg/kgpg-21.12.3/core/
H A DKGpgKeyNode.cpp113 KGpgKeyNode::isSecret() const in isSecret() function in KGpgKeyNode
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/importidtech1/src/
H A Dmapinfotranslator.cpp598 void parseMapNext(MapInfo &mapInfo, bool isSecret = false) in parseMapNext() argument
636 mapInfo.set((isSecret? "secretNextMap" : "nextMap"), mapUri.compose()); in parseMapNext()
640 … mapInfo.set((isSecret? "secretNextMap" : "nextMap"), String("@wt:%1").arg(mapNumber)); in parseMapNext()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DLocalVariableBinding.java225 public boolean isSecret() { in isSecret() method in LocalVariableBinding
/dports/net-im/psi/psi-1.5/src/
H A Dregistrationdlg.cpp308 if (f.isSecret()) in processLegacyForm()
H A Daccountregdlg.cpp313 if (f.isSecret()) { in convertToXData()
H A Dsearchdlg.cpp362 if(f.isSecret()) in jt_finished()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/dbus/
H A Dbase-protocol.cpp234 QVERIFY(!protocol->parameters().at(0).isSecret()); in protocolObjectSvcSideCb()
369 QVERIFY(!params.at(0).isSecret()); in protocolObjectClientSide()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/xml/libkgpgfile/
H A Dkgpgfile.cpp402 if (((skey.canEncrypt() && !secretKeys) || (skey.isSecret() && secretKeys)) in keyList()
/dports/security/kgpg/kgpg-21.12.3/
H A Dkeyinfodialog.cpp131 if ( ! m_node->isSecret() ) { in KgpgKeyInfo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/
H A DStackMapFrameCodeStream.java516 if (localVariableBinding != null && localVariableBinding.isSecret()) { in resetSecretLocals()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11Key.java197 } else if (isSecret() && "RAW".equals(format)) { in writeReplace()
238 boolean isSecret() { in isSecret() method in P11Key
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Key.java223 } else if (isSecret() && "RAW".equals(format)) { in writeReplace()
263 boolean isSecret() { in isSecret() method in P11Key
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Key.java223 } else if (isSecret() && "RAW".equals(format)) { in writeReplace()
263 boolean isSecret() { in isSecret() method in P11Key
/dports/devel/qca/qca-2.3.4/src/
H A Dqca_securemessage.cpp114 Q_ASSERT(sec.isSecret()); in setPGPSecretKey()

12345