This is the complete list of members for
Botan::XTS_Decryption, including all inherited members.
authenticated() const | Botan::Cipher_Mode | [inline, virtual] |
cipher() const | Botan::XTS_Mode | [inline, protected] |
clear() override | Botan::XTS_Mode | [virtual] |
default_nonce_length() const override | Botan::XTS_Mode | [virtual] |
finish(secure_vector< byte > &final_block, size_t offset=0) override | Botan::XTS_Decryption | [virtual] |
key_spec() const override | Botan::XTS_Mode | [virtual] |
minimum_final_size() const override | Botan::XTS_Mode | [virtual] |
name() const override | Botan::XTS_Mode | [virtual] |
output_length(size_t input_length) const override | Botan::XTS_Decryption | [virtual] |
provider() const | Botan::Transform | [inline, virtual] |
set_key(const std::vector< byte, Alloc > &key) | Botan::Keyed_Transform | [inline] |
set_key(const SymmetricKey &key) | Botan::Keyed_Transform | [inline] |
set_key(const byte key[], size_t length) | Botan::Keyed_Transform | [inline] |
Spec typedef | Botan::Transform | |
start(const std::vector< byte, Alloc > &nonce) | Botan::Transform | [inline] |
start(const byte nonce[], size_t nonce_len) | Botan::Transform | [inline] |
start() | Botan::Transform | [inline] |
start_vec(const std::vector< byte, Alloc > &nonce) | Botan::Transform | [inline] |
tag_size() const | Botan::Cipher_Mode | [inline, virtual] |
tweak() const | Botan::XTS_Mode | [inline, protected] |
update(secure_vector< byte > &blocks, size_t offset=0) override | Botan::XTS_Decryption | [virtual] |
update_granularity() const override | Botan::XTS_Mode | [virtual] |
update_tweak(size_t last_used) | Botan::XTS_Mode | [protected] |
valid_keylength(size_t length) const | Botan::Keyed_Transform | [inline] |
valid_nonce_length(size_t n) const override | Botan::XTS_Mode | [virtual] |
XTS_Decryption(BlockCipher *cipher) | Botan::XTS_Decryption | [inline] |
XTS_Mode(BlockCipher *cipher) | Botan::XTS_Mode | [protected] |
~Transform() | Botan::Transform | [inline, virtual] |