|
Botan
1.11.4
|
#include <botan/fpe_fe1.h>#include <botan/numthry.h>#include <botan/hmac.h>#include <botan/sha2_32.h>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
| namespace | Botan::FPE |
Functions | |
| BigInt | Botan::FPE::fe1_decrypt (const BigInt &n, const BigInt &X0, const SymmetricKey &key, const std::vector< byte > &tweak) |
| BigInt | Botan::FPE::fe1_encrypt (const BigInt &n, const BigInt &X0, const SymmetricKey &key, const std::vector< byte > &tweak) |
| MessageAuthenticationCode* mac |
Definition at line 94 of file fpe_fe1.cpp.
Referenced by Botan::PKCS5_PBKDF2::clone(), Botan::CryptoBox::decrypt(), Botan::CryptoBox::encrypt(), Botan::OCB_Encryption::finish(), Botan::OCB_Decryption::finish(), Botan::MAC_Filter::key_spec(), Botan::MAC_Filter::MAC_Filter(), Botan::PKCS5_PBKDF2::name(), Botan::MAC_Filter::name(), Botan::output_length_of(), Botan::MAC_Filter::set_key(), Botan::time_algorithm_ops(), Botan::MAC_Filter::write(), Botan::MAC_Filter::~MAC_Filter(), and Botan::PKCS5_PBKDF2::~PKCS5_PBKDF2().
| std::vector<byte> mac_n_t |
Definition at line 95 of file fpe_fe1.cpp.
1.8.3.1