|
static void | TestPassphraseSingle (const std::vector< uint8_t > &vchSalt, const SecureString &passphrase, uint32_t rounds, const std::vector< uint8_t > &correctKey=std::vector< uint8_t >(), const std::vector< uint8_t > &correctIV=std::vector< uint8_t >()) |
|
static void | TestPassphrase (const std::vector< uint8_t > &vchSalt, const SecureString &passphrase, uint32_t rounds, const std::vector< uint8_t > &correctKey=std::vector< uint8_t >(), const std::vector< uint8_t > &correctIV=std::vector< uint8_t >()) |
|
static void | TestDecrypt (const CCrypter &crypt, const std::vector< uint8_t > &vchCiphertext, const std::vector< uint8_t > &vchPlaintext=std::vector< uint8_t >()) |
|
static void | TestEncryptSingle (const CCrypter &crypt, const CKeyingMaterial &vchPlaintext, const std::vector< uint8_t > &vchCiphertextCorrect=std::vector< uint8_t >()) |
|
static void | TestEncrypt (const CCrypter &crypt, const std::vector< uint8_t > &vchPlaintextIn, const std::vector< uint8_t > &vchCiphertextCorrect=std::vector< uint8_t >()) |
|
Definition at line 17 of file wallet_crypto_tests.cpp.
◆ TestDecrypt()
static void TestCrypter::TestDecrypt |
( |
const CCrypter & |
crypt, |
|
|
const std::vector< uint8_t > & |
vchCiphertext, |
|
|
const std::vector< uint8_t > & |
vchPlaintext = std::vector<uint8_t>() |
|
) |
| |
|
inlinestatic |
◆ TestEncrypt()
static void TestCrypter::TestEncrypt |
( |
const CCrypter & |
crypt, |
|
|
const std::vector< uint8_t > & |
vchPlaintextIn, |
|
|
const std::vector< uint8_t > & |
vchCiphertextCorrect = std::vector<uint8_t>() |
|
) |
| |
|
inlinestatic |
◆ TestEncryptSingle()
static void TestCrypter::TestEncryptSingle |
( |
const CCrypter & |
crypt, |
|
|
const CKeyingMaterial & |
vchPlaintext, |
|
|
const std::vector< uint8_t > & |
vchCiphertextCorrect = std::vector<uint8_t>() |
|
) |
| |
|
inlinestatic |
◆ TestPassphrase()
static void TestCrypter::TestPassphrase |
( |
const std::vector< uint8_t > & |
vchSalt, |
|
|
const SecureString & |
passphrase, |
|
|
uint32_t |
rounds, |
|
|
const std::vector< uint8_t > & |
correctKey = std::vector<uint8_t>() , |
|
|
const std::vector< uint8_t > & |
correctIV = std::vector<uint8_t>() |
|
) |
| |
|
inlinestatic |
◆ TestPassphraseSingle()
static void TestCrypter::TestPassphraseSingle |
( |
const std::vector< uint8_t > & |
vchSalt, |
|
|
const SecureString & |
passphrase, |
|
|
uint32_t |
rounds, |
|
|
const std::vector< uint8_t > & |
correctKey = std::vector<uint8_t>() , |
|
|
const std::vector< uint8_t > & |
correctIV = std::vector<uint8_t>() |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: