Botan
1.10.9
|
#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 | |
Botan | |
Botan::FPE | |
Functions | |
BigInt | Botan::FPE::fe1_decrypt (const BigInt &n, const BigInt &X0, const SymmetricKey &key, const MemoryRegion< byte > &tweak) |
BigInt | Botan::FPE::fe1_encrypt (const BigInt &n, const BigInt &X0, const SymmetricKey &key, const MemoryRegion< byte > &tweak) |
MessageAuthenticationCode* mac |
Definition at line 94 of file fpe_fe1.cpp.
Referenced by Botan::algorithm_benchmark(), Botan::CMS_Encoder::authenticate(), Botan::PKCS5_PBKDF2::clone(), Botan::keylength_multiple_of(), Botan::CipherSuite::mac_algo(), Botan::MAC_Filter::MAC_Filter(), Botan::max_keylength_of(), Botan::min_keylength_of(), Botan::PKCS5_PBKDF2::name(), Botan::MAC_Filter::name(), Botan::output_length_of(), Botan::Record_Reader::Record_Reader(), Botan::MAC_Filter::set_key(), Botan::MAC_Filter::valid_keylength(), Botan::MAC_Filter::write(), Botan::MAC_Filter::~MAC_Filter(), Botan::PKCS5_PBKDF2::~PKCS5_PBKDF2(), Botan::Record_Reader::~Record_Reader(), and Botan::Record_Writer::~Record_Writer().
SecureVector<byte> mac_n_t |
Definition at line 95 of file fpe_fe1.cpp.