Home
last modified time | relevance | path

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

/dports/security/kgpg/kgpg-21.12.3/core/
H A Dkgpgkey.h88 ITYPE_SECRET = 2, //!< secret key enumerator
90 ITYPE_PAIR = ITYPE_SECRET | ITYPE_PUBLIC, //!< key pair
91 ITYPE_GSECRET = ITYPE_GROUP | ITYPE_SECRET, //!< secret key as member of a key group
H A DKGpgNode.cpp229 Q_ASSERT(getType() == KgpgCore::ITYPE_SECRET); in toOrphanNode()
237 Q_ASSERT(getType() == KgpgCore::ITYPE_SECRET); in toOrphanNode()
H A DKGpgOrphanNode.cpp22 return ITYPE_SECRET; in getType()
/dports/security/kgpg/kgpg-21.12.3/model/
H A Dkgpgitemmodel.cpp108 case ITYPE_SECRET: in data()
223 case ITYPE_SECRET: in data()
H A Dkeylistproxymodel.cpp275 …bool test1 = (left->getType() & ITYPE_PUBLIC) && !(left->getType() & ITYPE_SECRET); // only a publ… in lessThan()
276 …bool test2 = (right->getType() & ITYPE_PUBLIC) && !(right->getType() & ITYPE_SECRET); // only a pu… in lessThan()
/dports/security/kgpg/kgpg-21.12.3/
H A Dkeysmanager.cpp1114 case ITYPE_SECRET: in checkList()
1286 setPrimUid->setEnabled(knd->getType() & ITYPE_SECRET); in slotMenu()
1293 } else if ((itype == ITYPE_SECRET) && (cnt == 1)) { in slotMenu()
1607 case ITYPE_SECRET: in defaultAction()
1646 case ITYPE_SECRET: in keyproperties()
2412 } else if (!(pt & ITYPE_GROUP) && (pt & ITYPE_SECRET) && (ndlist.size() == 1)) { in confirmdeletekey()
2464 bool secretKeyInside = (pt & ITYPE_SECRET); in confirmdeletekey()
2468 if (ki->getType() & ITYPE_SECRET) { in confirmdeletekey()