/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lightsail/include/aws/lightsail/model/ |
H A D | PasswordData.h | 52 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 D | PasswordData.cpp | 38 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 D | atarixga.cpp | 79 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 D | atarixga.h | 65 uint16_t m_ciphertext; // last written ciphertext variable
|
/dports/emulators/mame/mame-mame0226/src/mame/machine/ |
H A D | atarixga.cpp | 79 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 D | atarixga.h | 65 uint16_t m_ciphertext; // last written ciphertext variable
|
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/ |
H A D | cryptlib.cpp | 809 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 D | cryptlib.cpp | 869 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 D | cryptlib.cpp | 869 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 D | cryptlib.cpp | 869 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 D | cryptlib.cpp | 869 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
|