Botan
2.1.0
Crypto and TLS for C++11
|
This is the complete list of members for Botan::GHASH, including all inherited members.
add_final_block(secure_vector< uint8_t > &x, size_t ad_len, size_t pt_len) | Botan::GHASH | protected |
clear() override | Botan::GHASH | virtual |
final() | Botan::GHASH | |
ghash_update(secure_vector< uint8_t > &x, const uint8_t input[], size_t input_len) | Botan::GHASH | protected |
key_spec() const override | Botan::GHASH | inlinevirtual |
m_ad_len | Botan::GHASH | protected |
m_ghash | Botan::GHASH | protected |
m_H | Botan::GHASH | protected |
m_H_ad | Botan::GHASH | protected |
maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
name() const override | Botan::GHASH | inlinevirtual |
nonce_hash(const uint8_t nonce[], size_t len) | Botan::GHASH | |
reset() | Botan::GHASH | |
set_associated_data(const uint8_t ad[], size_t ad_len) | Botan::GHASH | |
set_key(const SymmetricKey &key) | Botan::SymmetricAlgorithm | inline |
set_key(const std::vector< uint8_t, Alloc > &key) | Botan::SymmetricAlgorithm | inline |
set_key(const uint8_t key[], size_t length) | Botan::SymmetricAlgorithm | inline |
start(const uint8_t nonce[], size_t len) | Botan::GHASH | |
update(const uint8_t in[], size_t len) | Botan::GHASH | |
valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
~SymmetricAlgorithm() | Botan::SymmetricAlgorithm | inlinevirtual |