Botan
2.1.0
Crypto and TLS for C++11
|
This is the complete list of members for Botan::Cipher_Mode, including all inherited members.
authenticated() const | Botan::Cipher_Mode | inlinevirtual |
clear()=0 | Botan::Cipher_Mode | pure virtual |
default_nonce_length() const =0 | Botan::Cipher_Mode | pure virtual |
finish(secure_vector< uint8_t > &final_block, size_t offset=0)=0 | Botan::Cipher_Mode | pure virtual |
key_spec() const =0 | Botan::Cipher_Mode | pure virtual |
minimum_final_size() const =0 | Botan::Cipher_Mode | pure virtual |
name() const =0 | Botan::Cipher_Mode | pure virtual |
output_length(size_t input_length) const =0 | Botan::Cipher_Mode | pure virtual |
process(uint8_t msg[], size_t msg_len)=0 | Botan::Cipher_Mode | pure virtual |
provider() const | Botan::Cipher_Mode | inlinevirtual |
reset()=0 | Botan::Cipher_Mode | pure virtual |
set_key(const std::vector< uint8_t, Alloc > &key) | Botan::Cipher_Mode | inline |
set_key(const SymmetricKey &key) | Botan::Cipher_Mode | inline |
set_key(const uint8_t key[], size_t length) | Botan::Cipher_Mode | inline |
start(const std::vector< uint8_t, Alloc > &nonce) | Botan::Cipher_Mode | inline |
start(const uint8_t nonce[], size_t nonce_len) | Botan::Cipher_Mode | inline |
start() | Botan::Cipher_Mode | inline |
start_msg(const uint8_t nonce[], size_t nonce_len)=0 | Botan::Cipher_Mode | pure virtual |
tag_size() const | Botan::Cipher_Mode | inlinevirtual |
update(secure_vector< uint8_t > &buffer, size_t offset=0) | Botan::Cipher_Mode | inline |
update_granularity() const =0 | Botan::Cipher_Mode | pure virtual |
valid_keylength(size_t length) const | Botan::Cipher_Mode | inline |
valid_nonce_length(size_t nonce_len) const =0 | Botan::Cipher_Mode | pure virtual |
~Cipher_Mode()=default | Botan::Cipher_Mode | virtual |