Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::Cipher_Mode, 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 |
clear()=0 | Botan::SymmetricAlgorithm | pure 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 =0 | Botan::Cipher_Mode | pure 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 |
finish_msg(secure_vector< uint8_t > &final_block, size_t offset=0)=0 | Botan::Cipher_Mode | protectedpure virtual |
has_keying_material() const =0 | Botan::SymmetricAlgorithm | pure virtual |
ideal_granularity() const =0 | Botan::Cipher_Mode | pure virtual |
key_spec() const =0 | Botan::SymmetricAlgorithm | pure virtual |
maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
minimum_final_size() const =0 | Botan::Cipher_Mode | pure virtual |
minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
name() const =0 | Botan::SymmetricAlgorithm | pure virtual |
output_length(size_t input_length) const =0 | Botan::Cipher_Mode | pure virtual |
process(std::span< uint8_t > msg) | Botan::Cipher_Mode | inline |
process(uint8_t msg[], size_t msg_len) | Botan::Cipher_Mode | inline |
process_msg(uint8_t msg[], size_t msg_len)=0 | Botan::Cipher_Mode | protectedpure virtual |
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()=0 | Botan::Cipher_Mode | pure 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 |
start_msg(const uint8_t nonce[], size_t nonce_len)=0 | Botan::Cipher_Mode | protectedpure virtual |
tag_size() const | Botan::Cipher_Mode | inlinevirtual |
update(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::SymmetricAlgorithm | inline |
valid_nonce_length(size_t nonce_len) const =0 | Botan::Cipher_Mode | pure virtual |
~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |