Home
last modified time | relevance | path

Searched +defs:encrypted +defs:message (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/dports/security/keepassxc/keepassxc-2.6.6/src/browser/
H A DBrowserAction.cpp153 const QString encrypted = json.value("message").toString(); in handleGetDatabaseHash() local
190 const QString encrypted = json.value("message").toString(); in handleAssociate() local
227 const QString encrypted = json.value("message").toString(); in handleTestAssociate() local
248 QJsonObject message = buildMessage(newNonce); in handleTestAssociate() local
259 const QString encrypted = json.value("message").toString(); in handleGetLogins() local
331 const QString encrypted = json.value("message").toString(); in handleSetLogin() local
378 const QString encrypted = json.value("message").toString(); in handleLockDatabase() local
406 const QString encrypted = json.value("message").toString(); in handleGetDatabaseGroups() local
439 const QString encrypted = json.value("message").toString(); in handleCreateNewGroup() local
473 const QString encrypted = json.value("message").toString(); in handleGetTotp() local
[all …]
/dports/irc/hexchat-fish/fishlim-f952f6f21f6b7786e10d06a5ca90749f6e9f1f40/
H A Dtest.c40 static bool prompt(const char *message, bool def) { in prompt()
56 char encrypted[8192]; in decrypt() local
73 char message[8192]; in encrypt() local
81 char *encrypted = fish_encrypt_for_nick(nicks[i], message); in encrypt() local
H A Dfish.c69 char *fish_encrypt_ecb(const char *key, size_t keylen, const char *message) { in fish_encrypt_ecb()
74 char *encrypted; in fish_encrypt_ecb() local
125 char *fish_encrypt_cbc(const char *key, size_t keylen, const char *message) { in fish_encrypt_cbc()
127 unsigned char *encrypted = NULL; in fish_encrypt_cbc() local
294 char *encrypted; in fish_encrypt_for_nick() local
/dports/mail/py-alot/alot-0.9/alot/
H A Dcrypto.py190 def verify_detached(message, signature): argument
209 def decrypt_verify(encrypted, session_keys=None): argument
229 def _decrypt_verify_session_keys(encrypted, session_keys): argument
249 def _decrypt_verify_with_context(ctx, encrypted): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/nigori/
H A Dcryptographer.cc16 bool Cryptographer::Encrypt(const ::google::protobuf::MessageLite& message, in Encrypt()
29 bool Cryptographer::Decrypt(const sync_pb::EncryptedData& encrypted, in Decrypt()
/dports/sysutils/libudisks/udisks-udisks-2.9.2/src/
H A Dudiskslinuxencrypted.c86 udisks_linux_encrypted_init (UDisksLinuxEncrypted *encrypted) in udisks_linux_encrypted_init()
148 update_child_configuration (UDisksLinuxEncrypted *encrypted, in update_child_configuration()
161 update_metadata_size (UDisksLinuxEncrypted *encrypted, in update_metadata_size()
188 update_cleartext_device (UDisksLinuxEncrypted *encrypted, in update_cleartext_device()
219 udisks_linux_encrypted_update (UDisksLinuxEncrypted *encrypted, in udisks_linux_encrypted_update()
329 handle_unlock (UDisksEncrypted *encrypted, in handle_unlock()
345 const gchar *message; in handle_unlock() local
857 handle_lock (UDisksEncrypted *encrypted, in handle_lock()
893 handle_change_passphrase (UDisksEncrypted *encrypted, in handle_change_passphrase()
1022 handle_resize (UDisksEncrypted *encrypted, in handle_resize()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp100 STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) in MessageError()
108 STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operationResult, bool encrypted) in SetOperationResult()
168 …ULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, HRESULT result, bool encrypted) in OpenResult()
222 UString message; in ExtractResult() local
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp50 void CExtractCallbackImp::AddErrorMessage(LPCWSTR message) in AddErrorMessage()
201 STDMETHODIMP CExtractCallbackImp::MessageError(const wchar_t *message) in MessageError()
207 STDMETHODIMP CExtractCallbackImp::ShowMessage(const wchar_t *message) in ShowMessage()
213 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 operationResult, bool encrypted) in SetOperationResult()
299 HRESULT CExtractCallbackImp::OpenResult(const wchar_t *name, HRESULT result, bool encrypted) in OpenResult()
303 UString message; in OpenResult() local
403 UString message = UString(L"can not replace file \'") in AskWrite() local
414 UString message = UString(L"can not replace folder \'") in AskWrite() local
460 UString message = UString(L"can not create name of file ") in AskWrite() local
470 UString message = UString(L"can not delete output file ") in AskWrite() local
H A DPanelItemOpen.cpp84 bool &encrypted) in OpenItemAsArchive()
131 HRESULT CPanel::OpenItemAsArchive(const UString &name, bool &encrypted) in OpenItemAsArchive()
143 bool encrypted; in OpenItemAsArchive() local
161 UString message = MyFormatNew(IDS_WANT_UPDATE_MODIFIED_FILE, in OpenParentArchiveFolder() local
462 UString message = MyFormatNew(IDS_WANT_UPDATE_MODIFIED_FILE, in MyThreadFunction() local
551 bool encrypted; in OpenItemInArchive() local
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Far/
H A DExtractEngine.cpp161 STDMETHODIMP CExtractCallbackImp::MessageError(const wchar_t *message) in MessageError()
173 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &s) in SetExtractErrorMessage()
226 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 opRes, Int32 encrypted) in SetOperationResult()
251 STDMETHODIMP CExtractCallbackImp::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar_t *… in ReportExtractResult()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Far/
H A DExtractEngine.cpp159 STDMETHODIMP CExtractCallbackImp::MessageError(const wchar_t *message) in MessageError()
170 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &s) in SetExtractErrorMessage()
221 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 opRes, Int32 encrypted) in SetOperationResult()
246 STDMETHODIMP CExtractCallbackImp::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar_t *… in ReportExtractResult()
/dports/net-im/telegramqml/TelegramQML-0.9.2/
H A Ddatabase.cpp98 void Database::insertDialog(const Dialog &dialog, bool encrypted) in insertDialog()
116 void Database::insertMessage(const Message &message, bool encrypted) in insertMessage()
204 void Database::dialogFounded_slt(const DbDialog &dialog, bool encrypted) in dialogFounded_slt()
209 void Database::messageFounded_slt(const DbMessage &message) in messageFounded_slt()
/dports/mail/roundcube/roundcubemail-1.5.1/plugins/enigma/lib/
H A Denigma_mime_message.php23 protected $message; variable in enigma_mime_message
26 protected $encrypted; variable in enigma_mime_message
36 function __construct($message, $type)
/dports/sysutils/squashfs-tools/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp100 STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) in MessageError()
108 STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operationResult, bool encrypted) in SetOperationResult()
168 …ULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, HRESULT result, bool encrypted) in OpenResult()
/dports/ftp/uftp/uftp-5.0/
H A Dclient_transfer.c364 unsigned char *buf, *encrypted, *outpacket; in send_status() local
486 unsigned char *buf, *encrypted, *outpacket; in send_complete() local
558 unsigned char *buf, *encrypted, *outpacket; in send_cc_ack() local
652 void handle_fileseg(struct group_list_t *group, const unsigned char *message, in handle_fileseg()
904 void handle_done(struct group_list_t *group, const unsigned char *message, in handle_done()
1003 void handle_done_conf(struct group_list_t *group, const unsigned char *message, in handle_done_conf()
1030 void handle_cong_ctrl(struct group_list_t *group, const unsigned char *message, in handle_cong_ctrl()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/protocol/benches/
H A Dsealed_sender.rs68 let message = b"hello"; in v1() localVariable
90 let encrypted = encrypt_it(); in v1() localVariable
156 let message = b"hello"; in v2() localVariable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/cdm_factory_daemon/
H A Dcontent_decryption_module_adapter.cc61 scoped_refptr<media::DecoderBuffer> encrypted, in CopyDecryptedDataToDecoderBuffer()
289 const std::vector<uint8_t>& message) { in OnSessionMessage()
328 scoped_refptr<media::DecoderBuffer> encrypted, in Decrypt()
471 scoped_refptr<media::DecoderBuffer> encrypted, in DecryptAndDecodeAudio()
478 scoped_refptr<media::DecoderBuffer> encrypted, in DecryptAndDecodeVideo()
579 scoped_refptr<media::DecoderBuffer> encrypted, in OnDecrypt()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DRSAClientKeyExchange.java60 final byte[] encrypted; field in RSAClientKeyExchange.RSAClientKeyExchangeMessage
149 HandshakeMessage message) throws IOException { in produce()
244 ByteBuffer message) throws IOException { in consume()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/ssl/
H A DRSAClientKeyExchange.java60 final byte[] encrypted; field in RSAClientKeyExchange.RSAClientKeyExchangeMessage
149 HandshakeMessage message) throws IOException { in produce()
244 ByteBuffer message) throws IOException { in consume()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DRSAClientKeyExchange.java60 final byte[] encrypted; field in RSAClientKeyExchange.RSAClientKeyExchangeMessage
149 HandshakeMessage message) throws IOException { in produce()
244 ByteBuffer message) throws IOException { in consume()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/ssl/
H A DRSAClientKeyExchange.java60 final byte[] encrypted; field in RSAClientKeyExchange.RSAClientKeyExchangeMessage
149 HandshakeMessage message) throws IOException { in produce()
244 ByteBuffer message) throws IOException { in consume()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/ssl/
H A DRSAClientKeyExchange.java60 final byte[] encrypted; field in RSAClientKeyExchange.RSAClientKeyExchangeMessage
149 HandshakeMessage message) throws IOException { in produce()
244 ByteBuffer message) throws IOException { in consume()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/ssl/
H A DRSAClientKeyExchange.java60 final byte[] encrypted; field in RSAClientKeyExchange.RSAClientKeyExchangeMessage
149 HandshakeMessage message) throws IOException { in produce()
244 ByteBuffer message) throws IOException { in consume()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/ssl/
H A DRSAClientKeyExchange.java60 final byte[] encrypted; field in RSAClientKeyExchange.RSAClientKeyExchangeMessage
149 HandshakeMessage message) throws IOException { in produce()
244 ByteBuffer message) throws IOException { in consume()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/ssl/
H A DRSAClientKeyExchange.java60 final byte[] encrypted; field in RSAClientKeyExchange.RSAClientKeyExchangeMessage
149 HandshakeMessage message) throws IOException { in produce()
244 ByteBuffer message) throws IOException { in consume()

12345678910>>...18