This is the complete list of members for
Botan::Keyed_Transform, including all inherited members.
| clear()=0 | Botan::Transform | [pure virtual] |
| default_nonce_length() const =0 | Botan::Transform | [pure virtual] |
| finish(secure_vector< byte > &final_block, size_t offset=0)=0 | Botan::Transform | [pure virtual] |
| key_spec() const =0 | Botan::Keyed_Transform | [pure virtual] |
| minimum_final_size() const =0 | Botan::Transform | [pure virtual] |
| name() const =0 | Botan::Transform | [pure virtual] |
| output_length(size_t input_length) const =0 | Botan::Transform | [pure 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_raw(const byte nonce[], size_t nonce_len)=0 | Botan::Transform | [pure virtual] |
| start_vec(const std::vector< byte, Alloc > &nonce) | Botan::Transform | [inline] |
| update(secure_vector< byte > &blocks, size_t offset=0)=0 | Botan::Transform | [pure virtual] |
| update_granularity() const =0 | Botan::Transform | [pure virtual] |
| valid_keylength(size_t length) const | Botan::Keyed_Transform | [inline] |
| valid_nonce_length(size_t nonce_len) const =0 | Botan::Transform | [pure virtual] |
| ~Transform() | Botan::Transform | [inline, virtual] |