Botan 2.19.3
Crypto and TLS for C&
|
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 | |
clear() override | Botan::GHASH | virtual |
final() | Botan::GHASH | inline |
final(uint8_t out[], size_t out_len) | Botan::GHASH | |
ghash_update(secure_vector< uint8_t > &x, const uint8_t input[], size_t input_len) | Botan::GHASH | |
key_spec() const override | Botan::GHASH | inlinevirtual |
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 nonce_len) | Botan::GHASH | inline |
nonce_hash(secure_vector< uint8_t > &y0, const uint8_t nonce[], size_t len) | Botan::GHASH | |
provider() const | 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 | |
start(const uint8_t nonce[], size_t len) | Botan::GHASH | |
update(const uint8_t in[], size_t len) | Botan::GHASH | |
update_associated_data(const uint8_t ad[], size_t len) | Botan::GHASH | |
valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
verify_key_set(bool cond) const | Botan::SymmetricAlgorithm | inlineprotected |
~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |