Home
last modified time | relevance | path

Searched refs:m_plaintext (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_blocking.cpp59 m_plaintext.insert(m_plaintext.end(), data, data + data_len); in data_cb()
77 while(m_plaintext.empty() && !m_channel.is_closed()) in read()
83 const size_t returned = std::min(buf_len, m_plaintext.size()); in read()
86 buf[i] = m_plaintext[i]; in read()
87 m_plaintext.erase(m_plaintext.begin(), m_plaintext.begin() + returned); in read()
H A Dtls_blocking.h52 size_t pending() const { return m_plaintext.size(); } in pending()
96 secure_vector<uint8_t> m_plaintext; variable
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_blocking.cpp59 m_plaintext.insert(m_plaintext.end(), data, data + data_len); in data_cb()
77 while(m_plaintext.empty() && !m_channel.is_closed()) in read()
83 const size_t returned = std::min(buf_len, m_plaintext.size()); in read()
86 buf[i] = m_plaintext[i]; in read()
87 m_plaintext.erase(m_plaintext.begin(), m_plaintext.begin() + returned); in read()
H A Dtls_blocking.h52 size_t pending() const { return m_plaintext.size(); } in pending()
96 secure_vector<uint8_t> m_plaintext; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dtls_blocking.cpp59 m_plaintext.insert(m_plaintext.end(), data, data + data_len); in data_cb()
77 while(m_plaintext.empty() && !m_channel.is_closed()) in read()
83 const size_t returned = std::min(buf_len, m_plaintext.size()); in read()
86 buf[i] = m_plaintext[i]; in read()
87 m_plaintext.erase(m_plaintext.begin(), m_plaintext.begin() + returned); in read()
H A Dtls_blocking.h52 size_t pending() const { return m_plaintext.size(); } in pending()
96 secure_vector<uint8_t> m_plaintext; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kms/include/aws/kms/model/
H A DGenerateRandomResult.h39 inline const Aws::Utils::CryptoBuffer& GetPlaintext() const{ return m_plaintext; } in GetPlaintext()
45 inline void SetPlaintext(const Aws::Utils::CryptoBuffer& value) { m_plaintext = value; } in SetPlaintext()
51 inline void SetPlaintext(Aws::Utils::CryptoBuffer&& value) { m_plaintext = std::move(value); } in SetPlaintext()
67 Aws::Utils::CryptoBuffer m_plaintext;
H A DDecryptResult.h92 inline const Aws::Utils::CryptoBuffer& GetPlaintext() const{ return m_plaintext; } in GetPlaintext()
99 inline void SetPlaintext(const Aws::Utils::CryptoBuffer& value) { m_plaintext = value; } in SetPlaintext()
106 inline void SetPlaintext(Aws::Utils::CryptoBuffer&& value) { m_plaintext = std::move(value); } in SetPlaintext()
152 Aws::Utils::CryptoBuffer m_plaintext; variable
H A DGenerateDataKeyResult.h78 inline const Aws::Utils::CryptoBuffer& GetPlaintext() const{ return m_plaintext; } in GetPlaintext()
86 inline void SetPlaintext(const Aws::Utils::CryptoBuffer& value) { m_plaintext = value; } in SetPlaintext()
94 inline void SetPlaintext(Aws::Utils::CryptoBuffer&& value) { m_plaintext = std::move(value); } in SetPlaintext()
166 Aws::Utils::CryptoBuffer m_plaintext; variable
H A DEncryptRequest.h173 inline const Aws::Utils::CryptoBuffer& GetPlaintext() const{ return m_plaintext; } in GetPlaintext()
183 …ntext(const Aws::Utils::CryptoBuffer& value) { m_plaintextHasBeenSet = true; m_plaintext = value; } in SetPlaintext()
188 …text(Aws::Utils::CryptoBuffer&& value) { m_plaintextHasBeenSet = true; m_plaintext = std::move(val… in SetPlaintext()
582 Aws::Utils::CryptoBuffer m_plaintext; variable
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dfd1089.h44 …s, uint16_t *opcodesptr, uint16_t *dataptr) { decrypt(baseaddr, size, &m_plaintext[regionoffs/2], … in DECLARE_DEVICE_TYPE()
64 std::vector<uint16_t> m_plaintext; in DECLARE_DEVICE_TYPE() local
H A Dfd1089.cpp259 m_plaintext.resize(romsize/2); in device_start()
262 memcpy(&m_plaintext[0], rombase, romsize); in device_start()
265 decrypt(0x000000, romsize, &m_plaintext[0], &m_decrypted_opcodes[0], rombase); in device_start()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dfd1089.h44 …s, uint16_t *opcodesptr, uint16_t *dataptr) { decrypt(baseaddr, size, &m_plaintext[regionoffs/2], … in DECLARE_DEVICE_TYPE()
64 std::vector<uint16_t> m_plaintext; in DECLARE_DEVICE_TYPE() local
H A Dfd1089.cpp259 m_plaintext.resize(romsize/2); in device_start()
262 memcpy(&m_plaintext[0], rombase, romsize); in device_start()
265 decrypt(0x000000, romsize, &m_plaintext[0], &m_decrypted_opcodes[0], rombase); in device_start()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsMsgSend.cpp266 m_plaintext = nullptr; in NS_IMPL_ISUPPORTS()
289 if (m_plaintext) { in ~nsMsgComposeAndSend()
290 if (m_plaintext->mTmpFile) m_plaintext->mTmpFile->Remove(false); in ~nsMsgComposeAndSend()
292 m_plaintext = nullptr; in ~nsMsgComposeAndSend()
448 if (m_plaintext == nullptr && in GatherMimeAttachments()
501 m_plaintext = nullptr; in GatherMimeAttachments()
607 if (m_plaintext) { in GatherMimeAttachments()
624 m_plaintext->m_type.get(), nullptr, m_plaintext->m_encoding.get(), in GatherMimeAttachments()
625 m_plaintext->m_description.get(), m_plaintext->m_xMacType.get(), in GatherMimeAttachments()
626 m_plaintext->m_xMacCreator.get(), nullptr, 0, m_digest_p, m_plaintext, in GatherMimeAttachments()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shell-encryption/src/
H A Dsymmetric_encryption_test.cc106 auto m_plaintext, in TYPED_TEST()
152 auto m_plaintext, in TYPED_TEST()
342 ASSERT_OK_AND_ASSIGN(auto m_plaintext, in TYPED_TEST()
347 m_plaintext, context->GetNttParams(), in TYPED_TEST()
401 ASSERT_OK_AND_ASSIGN(auto m_plaintext, in TYPED_TEST()
406 m_plaintext, context->GetNttParams(), in TYPED_TEST()
462 ASSERT_OK_AND_ASSIGN(auto m_plaintext, in TYPED_TEST()
467 m_plaintext, context->GetNttParams(), in TYPED_TEST()
515 ASSERT_OK_AND_ASSIGN(auto m_plaintext, in TYPED_TEST()
520 m_plaintext, context->GetNttParams(), in TYPED_TEST()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kms/source/model/
H A DGenerateRandomResult.cpp34 m_plaintext = HashingUtils::Base64Decode(jsonValue.GetString("Plaintext")); in operator =()
H A DGenerateDataKeyResult.cpp39 m_plaintext = HashingUtils::Base64Decode(jsonValue.GetString("Plaintext")); in operator =()
H A DDecryptResult.cpp42 m_plaintext = HashingUtils::Base64Decode(jsonValue.GetString("Plaintext")); in operator =()
H A DEncryptRequest.cpp38 payload.WithString("Plaintext", HashingUtils::Base64Encode(m_plaintext)); in SerializePayload()
/dports/security/liboqs/liboqs-0.7.0/src/sig/picnic/external/
H A Dpicnic_impl.h18 mzd_local_t m_plaintext[(MAX_LOWMC_BLOCK_SIZE_BITS + 255) / 256];
H A Dpicnic.c227 mzd_from_char_array(context.m_plaintext, sk_pt, output_size); in picnic_sign()
270 mzd_from_char_array(context.m_plaintext, pk_pt, output_size); in picnic_verify()
H A Dpicnic3_impl.c395 mzd_local_t m_plaintext[1];
397 mzd_from_char_array(m_plaintext, plaintext, params->output_size);
495 ret = simulateOnline(m_maskedKey, &tapes[t], msgs, m_plaintext, pubKey, params);
603 mzd_local_t m_plaintext[1];
606 mzd_from_char_array(m_plaintext, plaintext, params->output_size);
636 int rv = simulateOnline(m_maskedKey, &tapes[t], &msgs[t], m_plaintext, pubKey, params);
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dcryptlib.cpp854 m_plaintext.resize(maxPlaintextLength); in Put2()
855 m_result = m_decryptor.Decrypt(m_rng, ciphertext, ciphertextLength, m_plaintext, m_parameters); in Put2()
860 FILTER_OUTPUT(1, m_plaintext, m_result.messageLength, messageEnd); in Put2()
869 SecByteBlock m_plaintext; member in PK_DefaultDecryptionFilter
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dcryptlib.cpp914 m_plaintext.resize(maxPlaintextLength); in Put2()
915 m_result = m_decryptor.Decrypt(m_rng, ciphertext, ciphertextLength, m_plaintext, m_parameters); in Put2()
920 FILTER_OUTPUT(1, m_plaintext, m_result.messageLength, messageEnd); in Put2()
929 SecByteBlock m_plaintext; member in PK_DefaultDecryptionFilter

12