Bitcoin ABC 0.26.3
P2P Digital Currency
|
This is the complete list of members for CCrypter, including all inherited members.
BytesToKeySHA512AES(const std::vector< uint8_t > &chSalt, const SecureString &strKeyData, int count, uint8_t *key, uint8_t *iv) const | CCrypter | private |
CCrypter() | CCrypter | inline |
CleanKey() | CCrypter | inline |
Decrypt(const std::vector< uint8_t > &vchCiphertext, CKeyingMaterial &vchPlaintext) const | CCrypter | |
Encrypt(const CKeyingMaterial &vchPlaintext, std::vector< uint8_t > &vchCiphertext) const | CCrypter | |
fKeySet | CCrypter | private |
SetKey(const CKeyingMaterial &chNewKey, const std::vector< uint8_t > &chNewIV) | CCrypter | |
SetKeyFromPassphrase(const SecureString &strKeyData, const std::vector< uint8_t > &chSalt, const unsigned int nRounds, const unsigned int nDerivationMethod) | CCrypter | |
vchIV | CCrypter | private |
vchKey | CCrypter | private |
wallet_crypto_tests::TestCrypter | CCrypter | friend |
~CCrypter() | CCrypter | inline |