Botan 3.3.0
Crypto and TLS for C&
Botan::XTS_Decryption Member List

This is the complete list of members for Botan::XTS_Decryption, including all inherited members.

assert_key_material_set() constBotan::SymmetricAlgorithminlineprotected
assert_key_material_set(bool predicate) constBotan::SymmetricAlgorithminlineprotected
authenticated() constBotan::Cipher_Modeinline
cipher() constBotan::XTS_Modeinlineprotected
cipher_block_size() constBotan::XTS_Modeinlineprotected
clear() finalBotan::XTS_Modevirtual
create(std::string_view algo, Cipher_Dir direction, std::string_view provider="")Botan::Cipher_Modestatic
create_or_throw(std::string_view algo, Cipher_Dir direction, std::string_view provider="")Botan::Cipher_Modestatic
default_nonce_length() const finalBotan::XTS_Modevirtual
finish(secure_vector< uint8_t > &final_block, size_t offset=0)Botan::Cipher_Modeinline
finish(T &final_block, size_t offset=0)Botan::Cipher_Modeinline
has_keying_material() const finalBotan::XTS_Modevirtual
ideal_granularity() const finalBotan::XTS_Modevirtual
key_spec() const finalBotan::XTS_Modevirtual
maximum_keylength() constBotan::SymmetricAlgorithminline
minimum_final_size() const finalBotan::XTS_Modevirtual
minimum_keylength() constBotan::SymmetricAlgorithminline
name() const finalBotan::XTS_Modevirtual
output_length(size_t input_length) const overrideBotan::XTS_Decryptionvirtual
process(std::span< uint8_t > msg)Botan::Cipher_Modeinline
process(uint8_t msg[], size_t msg_len)Botan::Cipher_Modeinline
provider() constBotan::Cipher_Modeinlinevirtual
providers(std::string_view algo_spec)Botan::Cipher_Modestatic
requires_entire_message() constBotan::Cipher_Modeinlinevirtual
reset() finalBotan::XTS_Modevirtual
set_key(const SymmetricKey &key)Botan::SymmetricAlgorithminline
set_key(std::span< const uint8_t > key)Botan::SymmetricAlgorithm
set_key(const uint8_t key[], size_t length)Botan::SymmetricAlgorithminline
start(std::span< const uint8_t > nonce)Botan::Cipher_Modeinline
start(const uint8_t nonce[], size_t nonce_len)Botan::Cipher_Modeinline
start()Botan::Cipher_Modeinline
tag_size() constBotan::Cipher_Modeinlinevirtual
tweak() constBotan::XTS_Modeinlineprotected
tweak_blocks() constBotan::XTS_Modeinlineprotected
tweak_set() constBotan::XTS_Modeinlineprotected
update(T &buffer, size_t offset=0)Botan::Cipher_Modeinline
update_granularity() const finalBotan::XTS_Modevirtual
update_tweak(size_t last_used)Botan::XTS_Modeprotected
valid_keylength(size_t length) constBotan::SymmetricAlgorithminline
valid_nonce_length(size_t n) const finalBotan::XTS_Modevirtual
XTS_Decryption(std::unique_ptr< BlockCipher > cipher)Botan::XTS_Decryptioninlineexplicit
XTS_Mode(std::unique_ptr< BlockCipher > cipher)Botan::XTS_Modeexplicitprotected
~SymmetricAlgorithm()=defaultBotan::SymmetricAlgorithmvirtual