|
Botan
1.11.15
|
| clear() override | Botan::GHASH | [virtual] |
| final() | Botan::GHASH | |
| key_spec() const | Botan::GHASH | [inline, virtual] |
| maximum_keylength() const | Botan::SymmetricAlgorithm | [inline] |
| minimum_keylength() const | Botan::SymmetricAlgorithm | [inline] |
| name() const | Botan::GHASH | [inline, virtual] |
| nonce_hash(const byte nonce[], size_t len) | Botan::GHASH | |
| set_associated_data(const byte ad[], size_t ad_len) | Botan::GHASH | |
| set_key(const SymmetricKey &key) | Botan::SymmetricAlgorithm | [inline] |
| set_key(const std::vector< byte, Alloc > &key) | Botan::SymmetricAlgorithm | [inline] |
| set_key(const byte key[], size_t length) | Botan::SymmetricAlgorithm | [inline] |
| start(const byte nonce[], size_t len) | Botan::GHASH | |
| update(const byte in[], size_t len) | Botan::GHASH | |
| valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | [inline] |
| ~SymmetricAlgorithm() | Botan::SymmetricAlgorithm | [inline, virtual] |
1.7.6.1