Home
last modified time | relevance | path

Searched refs:DecryptionResult (Results 26 – 50 of 78) sorted by relevance

1234

/dports/security/gpgme/gpgme-1.15.1/lang/qt/src/
H A Ddecryptverifyjob.h48 class DecryptionResult; variable
94 virtual std::pair<GpgME::DecryptionResult, GpgME::VerificationResult>
98 void result(const GpgME::DecryptionResult &decryptionresult,
H A Dqgpgmedecryptjob.cpp80 const DecryptionResult res = ctx->decrypt(indata, outdata); in decrypt()
88 const DecryptionResult res = ctx->decrypt(indata, outdata); in decrypt()
117 GpgME::DecryptionResult QGpgME::QGpgMEDecryptJob::exec(const QByteArray &cipherText, in exec()
H A Dqgpgmedecryptverifyjob.cpp86 …const std::pair<DecryptionResult, VerificationResult> res = ctx->decryptAndVerify(indata, outdata); in decrypt_verify()
95 …const std::pair<DecryptionResult, VerificationResult> res = ctx->decryptAndVerify(indata, outdata); in decrypt_verify()
125 std::pair<GpgME::DecryptionResult, GpgME::VerificationResult>
/dports/security/py-gpgme/gpgme-1.15.1/lang/qt/src/
H A Dqgpgmedecryptverifyjob.h60 …: public _detail::ThreadedJobMixin<DecryptVerifyJob, std::tuple<GpgME::DecryptionResult, GpgME::Ve…
79 std::pair<GpgME::DecryptionResult, GpgME::VerificationResult>
86 std::pair<GpgME::DecryptionResult, GpgME::VerificationResult> mResult;
H A Dqgpgmedecryptjob.cpp80 const DecryptionResult res = ctx->decrypt(indata, outdata); in decrypt()
88 const DecryptionResult res = ctx->decrypt(indata, outdata); in decrypt()
117 GpgME::DecryptionResult QGpgME::QGpgMEDecryptJob::exec(const QByteArray &cipherText, in exec()
H A Dqgpgmedecryptverifyjob.cpp86 …const std::pair<DecryptionResult, VerificationResult> res = ctx->decryptAndVerify(indata, outdata); in decrypt_verify()
95 …const std::pair<DecryptionResult, VerificationResult> res = ctx->decryptAndVerify(indata, outdata); in decrypt_verify()
125 std::pair<GpgME::DecryptionResult, GpgME::VerificationResult>
/dports/security/kleopatra/kleopatra-21.12.3/src/crypto/
H A Ddecryptverifytask.h29 class DecryptionResult; variable
67 …std::shared_ptr<DecryptVerifyResult> fromDecryptResult(const GpgME::DecryptionResult &dr, const QB…
69 …std::shared_ptr<DecryptVerifyResult> fromDecryptVerifyResult(const GpgME::DecryptionResult &dr, co…
111 Q_PRIVATE_SLOT(d, void slotResult(GpgME::DecryptionResult, QByteArray))
212 … Q_PRIVATE_SLOT(d, void slotResult(GpgME::DecryptionResult, GpgME::VerificationResult, QByteArray))
231 GpgME::DecryptionResult decryptionResult() const;
243 const GpgME::DecryptionResult &dr,
H A Ddecryptverifytask.cpp647 const DecryptionResult &dr, in Private()
693 DecryptionResult m_decryptionResult;
730 DecryptionResult(err), in fromDecryptResult()
763 DecryptionResult(err), in fromDecryptVerifyResult()
779 DecryptionResult(), in fromVerifyOpaqueResult()
794 DecryptionResult(), in fromVerifyOpaqueResult()
810 DecryptionResult(), in fromVerifyDetachedResult()
825 DecryptionResult(), in fromVerifyDetachedResult()
838 const DecryptionResult &dr, in DecryptVerifyResult()
922 GpgME::DecryptionResult DecryptVerifyResult::decryptionResult() const in decryptionResult()
[all …]
/dports/net/messagelib/messagelib-21.12.3/mimetreeparser/src/job/
H A Dqgpgmejobexecutor.h40 …std::pair<GpgME::DecryptionResult, GpgME::VerificationResult> exec(QGpgME::DecryptVerifyJob *job, …
49 …void decryptResult(const GpgME::DecryptionResult &decryptionresult, const GpgME::VerificationResul…
55 GpgME::DecryptionResult mDecryptResult;
H A Dqgpgmejobexecutor.cpp58 std::pair<GpgME::DecryptionResult, GpgME::VerificationResult>
66 return std::make_pair(DecryptionResult(err), VerificationResult(err)); in exec()
112 void QGpgMEJobExecutor::decryptResult(const GpgME::DecryptionResult &decryptionresult, in decryptResult()
/dports/net-im/kopete/kopete-21.12.3/plugins/cryptography/
H A Dcryptographyplugin.h30 class DecryptionResult; variable
108 …void slotIncomingMessageContinued(const GpgME::DecryptionResult &decryptionResult, const GpgME::Ve…
110 …void slotIncomingEncryptedMessageContinued(const GpgME::DecryptionResult &decryptionResult, const …
H A Dcryptographyplugin.cpp154 …connect(decryptVerifyJob, SIGNAL(result(GpgME::DecryptionResult,GpgME::VerificationResult,QByteArr… in slotIncomingMessage()
155 … SLOT(slotIncomingMessageContinued(GpgME::DecryptionResult,GpgME::VerificationResult,QByteArray))); in slotIncomingMessage()
164 void CryptographyPlugin::slotIncomingMessageContinued(const GpgME::DecryptionResult &decryptionResu… in slotIncomingMessageContinued()
183 …ob, SIGNAL(result(GpgME::DecryptionResult,QByteArray)), this, SLOT(slotIncomingEncryptedMessageCon… in slotIncomingMessageContinued()
196 void CryptographyPlugin::slotIncomingEncryptedMessageContinued(const GpgME::DecryptionResult &decry… in slotIncomingEncryptedMessageContinued()
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/qt/src/
H A Dqgpgmedecryptjob.cpp80 const DecryptionResult res = ctx->decrypt(indata, outdata); in decrypt()
88 const DecryptionResult res = ctx->decrypt(indata, outdata); in decrypt()
117 GpgME::DecryptionResult QGpgME::QGpgMEDecryptJob::exec(const QByteArray &cipherText, in exec()
H A Dqgpgmedecryptverifyjob.cpp86 …const std::pair<DecryptionResult, VerificationResult> res = ctx->decryptAndVerify(indata, outdata); in decrypt_verify()
95 …const std::pair<DecryptionResult, VerificationResult> res = ctx->decryptAndVerify(indata, outdata); in decrypt_verify()
125 std::pair<GpgME::DecryptionResult, GpgME::VerificationResult>
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/qt/src/
H A Dqgpgmedecryptjob.cpp80 const DecryptionResult res = ctx->decrypt(indata, outdata); in decrypt()
88 const DecryptionResult res = ctx->decrypt(indata, outdata); in decrypt()
117 GpgME::DecryptionResult QGpgME::QGpgMEDecryptJob::exec(const QByteArray &cipherText, in exec()
H A Dqgpgmedecryptverifyjob.cpp86 …const std::pair<DecryptionResult, VerificationResult> res = ctx->decryptAndVerify(indata, outdata); in decrypt_verify()
95 …const std::pair<DecryptionResult, VerificationResult> res = ctx->decryptAndVerify(indata, outdata); in decrypt_verify()
125 std::pair<GpgME::DecryptionResult, GpgME::VerificationResult>
/dports/net-im/libsignal-client/libsignal-client-0.9.6/java/java/src/main/java/org/signal/libsignal/metadata/
H A DSealedSessionCipher.java117 public DecryptionResult decrypt(CertificateValidator validator, byte[] ciphertext, long timestamp) in decrypt()
143 return new DecryptionResult(content.getSenderCertificate().getSenderUuid(), in decrypt()
194 public static class DecryptionResult { class in SealedSessionCipher
201 …private DecryptionResult(String senderUuid, Optional<String> senderE164, int deviceId, Optional<by… in DecryptionResult() method in SealedSessionCipher.DecryptionResult
/dports/security/py-gpgme/gpgme-1.15.1/lang/cpp/src/
H A Dcontext.h52 class DecryptionResult; variable
352 DecryptionResult decrypt(const Data &cipherText, Data &plainText);
354 DecryptionResult decrypt(const Data &cipherText, Data &plainText, const DecryptionFlags flags);
356 DecryptionResult decryptionResult() const;
372 …std::pair<DecryptionResult, VerificationResult> decryptAndVerify(const Data &cipherText, Data &pla…
373 …std::pair<DecryptionResult, VerificationResult> decryptAndVerify(const Data &cipherText, Data &pla…
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/cpp/src/
H A Dcontext.h52 class DecryptionResult; variable
352 DecryptionResult decrypt(const Data &cipherText, Data &plainText);
354 DecryptionResult decrypt(const Data &cipherText, Data &plainText, const DecryptionFlags flags);
356 DecryptionResult decryptionResult() const;
372 …std::pair<DecryptionResult, VerificationResult> decryptAndVerify(const Data &cipherText, Data &pla…
373 …std::pair<DecryptionResult, VerificationResult> decryptAndVerify(const Data &cipherText, Data &pla…
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/cpp/src/
H A Dcontext.h52 class DecryptionResult; variable
352 DecryptionResult decrypt(const Data &cipherText, Data &plainText);
354 DecryptionResult decrypt(const Data &cipherText, Data &plainText, const DecryptionFlags flags);
356 DecryptionResult decryptionResult() const;
372 …std::pair<DecryptionResult, VerificationResult> decryptAndVerify(const Data &cipherText, Data &pla…
373 …std::pair<DecryptionResult, VerificationResult> decryptAndVerify(const Data &cipherText, Data &pla…
/dports/security/gpgme/gpgme-1.15.1/lang/cpp/src/
H A Dcontext.h52 class DecryptionResult; variable
352 DecryptionResult decrypt(const Data &cipherText, Data &plainText);
354 DecryptionResult decrypt(const Data &cipherText, Data &plainText, const DecryptionFlags flags);
356 DecryptionResult decryptionResult() const;
372 …std::pair<DecryptionResult, VerificationResult> decryptAndVerify(const Data &cipherText, Data &pla…
373 …std::pair<DecryptionResult, VerificationResult> decryptAndVerify(const Data &cipherText, Data &pla…
/dports/net-im/nheko/nheko-0.9.0/src/encryption/
H A DOlm.h33 struct DecryptionResult struct
87 DecryptionResult
/dports/net-im/nheko/nheko-0.9.0/src/timeline/
H A DEventStore.h124 olm::DecryptionResult *decryptEvent(
134 static QCache<IdIndex, olm::DecryptionResult> decryptedEvents_;
/dports/net-im/libsignal-client/libsignal-client-0.9.6/java/tests/src/test/java/org/signal/libsignal/metadata/
H A DSealedSessionCipherTest.java5 import org.signal.libsignal.metadata.SealedSessionCipher.DecryptionResult;
71DecryptionResult plaintext = bobCipher.decrypt(new CertificateValidator(trustRoot.getPublicKey()),… in testEncryptDecrypt()
183DecryptionResult plaintext = bobCipher.decrypt(new CertificateValidator(trustRoot.getPublicKey()),… in testEncryptDecryptGroup()
300DecryptionResult result = bobCipher.decrypt(certificateValidator, errorMessageCiphertext, 31335); in testDecryptionErrorMessage()
/dports/security/libkleo/libkleo-21.12.3/src/models/
H A Dkeycache.h25 class DecryptionResult; variable
137 std::vector<GpgME::Key> findRecipients(const GpgME::DecryptionResult &result) const;

1234