Home
last modified time | relevance | path

Searched refs:mKeyCache (Results 1 – 7 of 7) sorted by relevance

/dports/security/libkleo/libkleo-21.12.3/autotests/
H A Dkeyselectioncombotest.cpp100 mKeyCache = KeyCache::instance(); in init()
114 QVERIFY(mKeyCache.use_count() == 1); in cleanup()
115 mKeyCache.reset(); in cleanup()
204 std::shared_ptr<const KeyCache> mKeyCache; member in KeySelectionComboTest
H A Dkeyresolvercoretest.cpp83 mKeyCache = KeyCache::instance(); in init()
85 (void)mKeyCache->keys(); in init()
91 QVERIFY(mKeyCache.use_count() == 1); in cleanup()
92 mKeyCache.reset(); in cleanup()
1147 std::shared_ptr<const KeyCache> mKeyCache; member in KeyResolverCoreTest
H A Dnewkeyapprovaldialogtest.cpp238 mKeyCache = KeyCache::instance(); in init()
252 QVERIFY(mKeyCache.use_count() == 1); in cleanup()
253 mKeyCache.reset(); in cleanup()
1234 std::shared_ptr<const KeyCache> mKeyCache; member in NewKeyApprovalDialogTest
/dports/net/mailcommon/mailcommon-21.12.3/src/filter/filteractions/
H A Dfilteractionencrypt.cpp44 , mKeyCache(Kleo::KeyCache::instance()) in FilterActionEncrypt()
143 for (const auto &key : mKeyCache->findByKeyIDOrFingerprint(ids)) { in process()
153 for (const auto &key : mKeyCache->secretKeys()) { in process()
H A Dfilteractionencrypt.h48 std::shared_ptr<const Kleo::KeyCache> mKeyCache;
/dports/deskutils/kmail/kmail-21.12.3/src/
H A Dkmkernel.h623 std::shared_ptr<const Kleo::KeyCache> mKeyCache; variable
H A Dkmkernel.cpp1127 mKeyCache = initKeyCache(); in init()