Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::XTS_Decryption, including all inherited members.
assert_key_material_set() const | Botan::SymmetricAlgorithm | inlineprotected |
assert_key_material_set(bool predicate) const | Botan::SymmetricAlgorithm | inlineprotected |
authenticated() const | Botan::Cipher_Mode | inline |
cipher() const | Botan::XTS_Mode | inlineprotected |
cipher_block_size() const | Botan::XTS_Mode | inlineprotected |
clear() final | Botan::XTS_Mode | virtual |
create(std::string_view algo, Cipher_Dir direction, std::string_view provider="") | Botan::Cipher_Mode | static |
create_or_throw(std::string_view algo, Cipher_Dir direction, std::string_view provider="") | Botan::Cipher_Mode | static |
default_nonce_length() const final | Botan::XTS_Mode | virtual |
finish(secure_vector< uint8_t > &final_block, size_t offset=0) | Botan::Cipher_Mode | inline |
finish(T &final_block, size_t offset=0) | Botan::Cipher_Mode | inline |
has_keying_material() const final | Botan::XTS_Mode | virtual |
ideal_granularity() const final | Botan::XTS_Mode | virtual |
key_spec() const final | Botan::XTS_Mode | virtual |
maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
minimum_final_size() const final | Botan::XTS_Mode | virtual |
minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
name() const final | Botan::XTS_Mode | virtual |
output_length(size_t input_length) const override | Botan::XTS_Decryption | virtual |
process(std::span< uint8_t > msg) | Botan::Cipher_Mode | inline |
process(uint8_t msg[], size_t msg_len) | Botan::Cipher_Mode | inline |
provider() const | Botan::Cipher_Mode | inlinevirtual |
providers(std::string_view algo_spec) | Botan::Cipher_Mode | static |
requires_entire_message() const | Botan::Cipher_Mode | inlinevirtual |
reset() final | Botan::XTS_Mode | 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 |
start(std::span< const uint8_t > nonce) | Botan::Cipher_Mode | inline |
start(const uint8_t nonce[], size_t nonce_len) | Botan::Cipher_Mode | inline |
start() | Botan::Cipher_Mode | inline |
tag_size() const | Botan::Cipher_Mode | inlinevirtual |
tweak() const | Botan::XTS_Mode | inlineprotected |
tweak_blocks() const | Botan::XTS_Mode | inlineprotected |
tweak_set() const | Botan::XTS_Mode | inlineprotected |
update(T &buffer, size_t offset=0) | Botan::Cipher_Mode | inline |
update_granularity() const final | Botan::XTS_Mode | virtual |
update_tweak(size_t last_used) | Botan::XTS_Mode | protected |
valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
valid_nonce_length(size_t n) const final | Botan::XTS_Mode | virtual |
XTS_Decryption(std::unique_ptr< BlockCipher > cipher) | Botan::XTS_Decryption | inlineexplicit |
XTS_Mode(std::unique_ptr< BlockCipher > cipher) | Botan::XTS_Mode | explicitprotected |
~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |