Botan
2.6.0
Crypto and TLS for C++11
|
This is the complete list of members for Botan::TLS::TLS_CBC_HMAC_AEAD_Decryption, including all inherited members.
assoc_data() | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | inlineprotected |
assoc_data_with_len(uint16_t len) | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | protected |
authenticated() const override | Botan::AEAD_Mode | inlinevirtual |
block_size() const | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | inlineprotected |
cbc() const | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | inlineprotected |
cbc_state() | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | inlineprotected |
cipher_keylen() const | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | inlineprotected |
clear() override final | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | virtual |
create(const std::string &algo, Cipher_Dir direction, const std::string &provider="") | Botan::AEAD_Mode | static |
create_or_throw(const std::string &algo, Cipher_Dir direction, const std::string &provider="") | Botan::AEAD_Mode | static |
default_nonce_length() const override final | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | inlinevirtual |
finish(secure_vector< uint8_t > &final_block, size_t offset=0) override | Botan::TLS::TLS_CBC_HMAC_AEAD_Decryption | virtual |
iv_size() const | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | inlineprotected |
key_spec() const override final | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | virtual |
mac() const | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | inlineprotected |
mac_keylen() const | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | inlineprotected |
minimum_final_size() const override | Botan::TLS::TLS_CBC_HMAC_AEAD_Decryption | inlinevirtual |
msg() | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | inlineprotected |
name() const override final | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | virtual |
output_length(size_t input_length) const override | Botan::TLS::TLS_CBC_HMAC_AEAD_Decryption | virtual |
process(uint8_t buf[], size_t sz) override final | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | virtual |
provider() const | Botan::Cipher_Mode | inlinevirtual |
providers(const std::string &algo_spec) | Botan::Cipher_Mode | static |
reset() override final | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | virtual |
set_ad(const std::vector< uint8_t, Alloc > &ad) | Botan::AEAD_Mode | inline |
set_associated_data(const uint8_t ad[], size_t ad_len) override | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | virtual |
set_associated_data_vec(const std::vector< uint8_t, Alloc > &ad) | Botan::AEAD_Mode | inline |
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 |
tag_size() const override final | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | inlinevirtual |
TLS_CBC_HMAC_AEAD_Decryption(std::unique_ptr< BlockCipher > cipher, std::unique_ptr< MessageAuthenticationCode > mac, const size_t cipher_keylen, const size_t mac_keylen, bool use_explicit_iv, bool use_encrypt_then_mac) | Botan::TLS::TLS_CBC_HMAC_AEAD_Decryption | inline |
TLS_CBC_HMAC_AEAD_Mode(Cipher_Dir direction, std::unique_ptr< BlockCipher > cipher, std::unique_ptr< MessageAuthenticationCode > mac, size_t cipher_keylen, size_t mac_keylen, bool use_explicit_iv, bool use_encrypt_then_mac) | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | protected |
update(secure_vector< uint8_t > &buffer, size_t offset=0) | Botan::Cipher_Mode | inline |
update_granularity() const override final | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | virtual |
use_encrypt_then_mac() const | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | inlineprotected |
valid_keylength(size_t length) const | Botan::Cipher_Mode | inline |
valid_nonce_length(size_t nl) const override final | Botan::TLS::TLS_CBC_HMAC_AEAD_Mode | virtual |
~AEAD_Mode()=default | Botan::AEAD_Mode | virtual |
~Cipher_Mode()=default | Botan::Cipher_Mode | virtual |