Bitcoin Core 28.99.0
P2P Digital Currency
|
This is the complete list of members for wallet::CCrypter, including all inherited members.
BytesToKeySHA512AES(std::span< const unsigned char > salt, const SecureString &key_data, int count, unsigned char *key, unsigned char *iv) const | wallet::CCrypter | private |
CCrypter() | wallet::CCrypter | inline |
CleanKey() | wallet::CCrypter | inline |
Decrypt(std::span< const unsigned char > ciphertext, CKeyingMaterial &plaintext) const | wallet::CCrypter | |
Encrypt(const CKeyingMaterial &vchPlaintext, std::vector< unsigned char > &vchCiphertext) const | wallet::CCrypter | |
fKeySet | wallet::CCrypter | private |
SetKey(const CKeyingMaterial &new_key, std::span< const unsigned char > new_iv) | wallet::CCrypter | |
SetKeyFromPassphrase(const SecureString &key_data, std::span< const unsigned char > salt, const unsigned int rounds, const unsigned int derivation_method) | wallet::CCrypter | |
vchIV | wallet::CCrypter | private |
vchKey | wallet::CCrypter | private |
wallet_crypto_tests::TestCrypter | wallet::CCrypter | friend |
~CCrypter() | wallet::CCrypter | inline |