Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::Keyed_Filter, including all inherited members.
attachable() | Botan::Filter | inlinevirtual |
end_msg() | Botan::Filter | inlinevirtual |
Filter(const Filter &)=delete | Botan::Filter | |
Filter() | Botan::Filter | protected |
key_spec() const =0 | Botan::Keyed_Filter | pure virtual |
name() const =0 | Botan::Filter | pure virtual |
operator=(const Filter &)=delete | Botan::Filter | |
send(const uint8_t in[], size_t length) | Botan::Filter | protectedvirtual |
send(uint8_t in) | Botan::Filter | inlineprotected |
send(const std::vector< uint8_t, Alloc > &in) | Botan::Filter | inlineprotected |
send(const std::vector< uint8_t, Alloc > &in, size_t length) | Botan::Filter | inlineprotected |
set_iv(const InitializationVector &iv) | Botan::Keyed_Filter | inlinevirtual |
set_key(const SymmetricKey &key)=0 | Botan::Keyed_Filter | pure virtual |
start_msg() | Botan::Filter | inlinevirtual |
valid_iv_length(size_t length) const | Botan::Keyed_Filter | inlinevirtual |
valid_keylength(size_t length) const | Botan::Keyed_Filter | inline |
write(const uint8_t input[], size_t length)=0 | Botan::Filter | pure virtual |
~Filter()=default | Botan::Filter | virtual |