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