Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::FPE_FE1, including all inherited members.
assert_key_material_set() const | Botan::SymmetricAlgorithm | inlineprotected |
assert_key_material_set(bool predicate) const | Botan::SymmetricAlgorithm | inlineprotected |
clear() override | Botan::FPE_FE1 | virtual |
decrypt(const BigInt &x, const uint8_t tweak[], size_t tweak_len) const | Botan::FPE_FE1 | |
decrypt(const BigInt &x, uint64_t tweak) const | Botan::FPE_FE1 | |
encrypt(const BigInt &x, const uint8_t tweak[], size_t tweak_len) const | Botan::FPE_FE1 | |
encrypt(const BigInt &x, uint64_t tweak) const | Botan::FPE_FE1 | |
FPE_FE1(const BigInt &n, size_t rounds=5, bool compat_mode=false, std::string_view mac_algo="HMAC(SHA-256)") | Botan::FPE_FE1 | |
has_keying_material() const override | Botan::FPE_FE1 | virtual |
key_spec() const override | Botan::FPE_FE1 | virtual |
maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
name() const override | Botan::FPE_FE1 | virtual |
set_key(const SymmetricKey &key) | Botan::SymmetricAlgorithm | inline |
set_key(std::span< const uint8_t > key) | Botan::SymmetricAlgorithm | |
set_key(const uint8_t key[], size_t length) | Botan::SymmetricAlgorithm | inline |
valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
~FPE_FE1() override | Botan::FPE_FE1 | |
~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |