Home
last modified time | relevance | path

Searched refs:m_ciphertext (Results 1 – 11 of 11) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lightsail/include/aws/lightsail/model/
H A DPasswordData.h52 inline const Aws::String& GetCiphertext() const{ return m_ciphertext; } in GetCiphertext()
78 …id SetCiphertext(const Aws::String& value) { m_ciphertextHasBeenSet = true; m_ciphertext = value; } in SetCiphertext()
91 …inline void SetCiphertext(Aws::String&& value) { m_ciphertextHasBeenSet = true; m_ciphertext = std… in SetCiphertext()
104 …inline void SetCiphertext(const char* value) { m_ciphertextHasBeenSet = true; m_ciphertext.assign(… in SetCiphertext()
228 Aws::String m_ciphertext;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lightsail/source/model/
H A DPasswordData.cpp38 m_ciphertext = jsonValue.GetString("ciphertext"); in operator =()
59 payload.WithString("ciphertext", m_ciphertext); in Jsonize()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Datarixga.cpp79 save_item(NAME(m_ciphertext)); in device_start()
87 m_ciphertext = 0; in device_reset()
213 m_ciphertext = uint16_t(data >> 16); in write()
218 m_ciphertext = uint16_t(data & 0xFFFF); in write()
269 plaintext = decipher(key_byte, m_ciphertext); in read()
H A Datarixga.h65 uint16_t m_ciphertext; // last written ciphertext variable
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Datarixga.cpp79 save_item(NAME(m_ciphertext)); in device_start()
87 m_ciphertext = 0; in device_reset()
213 m_ciphertext = uint16_t(data >> 16); in write()
218 m_ciphertext = uint16_t(data & 0xFFFF); in write()
269 plaintext = decipher(key_byte, m_ciphertext); in read()
H A Datarixga.h65 uint16_t m_ciphertext; // last written ciphertext variable
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dcryptlib.cpp809 m_ciphertext.resize(ciphertextLength); in Put2()
810 m_encryptor.Encrypt(m_rng, plaintext, plaintextLength, m_ciphertext, m_parameters); in Put2()
813 FILTER_OUTPUT(1, m_ciphertext, m_ciphertext.size(), messageEnd); in Put2()
822 SecByteBlock m_ciphertext; member in PK_DefaultEncryptionFilter
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dcryptlib.cpp869 m_ciphertext.resize(ciphertextLength); in Put2()
870 m_encryptor.Encrypt(m_rng, plaintext, plaintextLength, m_ciphertext, m_parameters); in Put2()
873 FILTER_OUTPUT(1, m_ciphertext, m_ciphertext.size(), messageEnd); in Put2()
882 SecByteBlock m_ciphertext; member in PK_DefaultEncryptionFilter
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dcryptlib.cpp869 m_ciphertext.resize(ciphertextLength); in Put2()
870 m_encryptor.Encrypt(m_rng, plaintext, plaintextLength, m_ciphertext, m_parameters); in Put2()
873 FILTER_OUTPUT(1, m_ciphertext, m_ciphertext.size(), messageEnd); in Put2()
882 SecByteBlock m_ciphertext; member in PK_DefaultEncryptionFilter
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dcryptlib.cpp869 m_ciphertext.resize(ciphertextLength); in Put2()
870 m_encryptor.Encrypt(m_rng, plaintext, plaintextLength, m_ciphertext, m_parameters); in Put2()
873 FILTER_OUTPUT(1, m_ciphertext, m_ciphertext.size(), messageEnd); in Put2()
882 SecByteBlock m_ciphertext; member in PK_DefaultEncryptionFilter
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dcryptlib.cpp869 m_ciphertext.resize(ciphertextLength); in Put2()
870 m_encryptor.Encrypt(m_rng, plaintext, plaintextLength, m_ciphertext, m_parameters); in Put2()
873 FILTER_OUTPUT(1, m_ciphertext, m_ciphertext.size(), messageEnd); in Put2()
882 SecByteBlock m_ciphertext; member in PK_DefaultEncryptionFilter