|
Botan 3.9.0
Crypto and TLS for C&
|
This is the complete list of members for Botan::EAX_Mode, including all inherited members.
| assert_key_material_set() const | Botan::SymmetricAlgorithm | inlineprotected |
| assert_key_material_set(bool predicate) const | Botan::SymmetricAlgorithm | inlineprotected |
| associated_data_requires_key() const | Botan::AEAD_Mode | inlinevirtual |
| authenticated() const | Botan::Cipher_Mode | inline |
| block_size() const | Botan::EAX_Mode | inlineprotected |
| clear() final | Botan::EAX_Mode | virtual |
| create(std::string_view algo, Cipher_Dir direction, std::string_view provider="") | Botan::AEAD_Mode | static |
| create_or_throw(std::string_view algo, Cipher_Dir direction, std::string_view provider="") | Botan::AEAD_Mode | static |
| default_nonce_length() const override | Botan::AEAD_Mode | inlinevirtual |
| EAX_Mode(std::unique_ptr< BlockCipher > cipher, size_t tag_size) | Botan::EAX_Mode | protected |
| 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 final | Botan::EAX_Mode | virtual |
| ideal_granularity() const final | Botan::EAX_Mode | virtual |
| key_spec() const final | Botan::EAX_Mode | virtual |
| m_ad_mac | Botan::EAX_Mode | protected |
| m_cipher | Botan::EAX_Mode | protected |
| m_cmac | Botan::EAX_Mode | protected |
| m_ctr | Botan::EAX_Mode | protected |
| m_nonce_mac | Botan::EAX_Mode | protected |
| m_tag_size | Botan::EAX_Mode | protected |
| maximum_associated_data_inputs() const | Botan::AEAD_Mode | inlinevirtual |
| maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
| minimum_final_size() const =0 | Botan::Cipher_Mode | pure virtual |
| minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
| name() const final | Botan::EAX_Mode | virtual |
| operator=(const SymmetricAlgorithm &other)=default | Botan::SymmetricAlgorithm | |
| operator=(SymmetricAlgorithm &&other)=default | Botan::SymmetricAlgorithm | |
| 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() final | Botan::EAX_Mode | virtual |
| set_ad(std::span< const uint8_t > ad) | Botan::AEAD_Mode | inline |
| set_associated_data(std::span< const uint8_t > ad) | Botan::AEAD_Mode | inline |
| set_associated_data(const uint8_t ad[], size_t ad_len) | Botan::AEAD_Mode | inline |
| set_associated_data_n(size_t idx, std::span< const uint8_t > ad) final | Botan::EAX_Mode | virtual |
| set_associated_data_vec(const std::vector< uint8_t, Alloc > &ad) | Botan::AEAD_Mode | inline |
| set_key(const OctetString &key) | Botan::SymmetricAlgorithm | |
| 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 |
| SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | |
| SymmetricAlgorithm(const SymmetricAlgorithm &other)=default | Botan::SymmetricAlgorithm | |
| SymmetricAlgorithm(SymmetricAlgorithm &&other)=default | Botan::SymmetricAlgorithm | |
| tag_size() const final | Botan::EAX_Mode | inlinevirtual |
| update(T &buffer, size_t offset=0) | Botan::Cipher_Mode | inline |
| update_granularity() const final | Botan::EAX_Mode | virtual |
| valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
| valid_nonce_length(size_t) const final | Botan::EAX_Mode | inlinevirtual |
| ~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |