Botan 3.3.0
Crypto and TLS for C&
Botan::RC4 Member List

This is the complete list of members for Botan::RC4, including all inherited members.

assert_key_material_set() constBotan::SymmetricAlgorithminlineprotected
assert_key_material_set(bool predicate) constBotan::SymmetricAlgorithminlineprotected
buffer_size() const overrideBotan::RC4virtual
cipher(const uint8_t in[], uint8_t out[], size_t len)Botan::StreamCipherinline
cipher(std::span< const uint8_t > in, std::span< uint8_t > out)Botan::StreamCipherinline
cipher1(uint8_t buf[], size_t len)Botan::StreamCipherinline
cipher1(std::span< uint8_t > buf)Botan::StreamCipherinline
clear() overrideBotan::RC4virtual
clone() constBotan::StreamCipherinline
create(std::string_view algo_spec, std::string_view provider="")Botan::StreamCipherstatic
create_or_throw(std::string_view algo_spec, std::string_view provider="")Botan::StreamCipherstatic
decrypt(std::span< uint8_t > inout)Botan::StreamCipherinline
default_iv_length() constBotan::StreamCiphervirtual
encipher(std::span< uint8_t > inout)Botan::StreamCipherinline
encrypt(std::span< uint8_t > inout)Botan::StreamCipherinline
generate_keystream(uint8_t out[], size_t len)Botan::StreamCipherprotectedvirtual
has_keying_material() const overrideBotan::RC4virtual
key_spec() const overrideBotan::RC4virtual
keystream_bytes(size_t bytes)Botan::StreamCipherinline
maximum_keylength() constBotan::SymmetricAlgorithminline
minimum_keylength() constBotan::SymmetricAlgorithminline
name() const overrideBotan::RC4virtual
new_object() const overrideBotan::RC4virtual
provider() constBotan::StreamCipherinlinevirtual
providers(std::string_view algo_spec)Botan::StreamCipherstatic
RC4(size_t skip=0)Botan::RC4explicit
seek(uint64_t offset) overrideBotan::RC4virtual
set_iv(const uint8_t iv[], size_t iv_len)Botan::StreamCipherinline
set_iv(std::span< const uint8_t > iv)Botan::StreamCipherinline
set_key(const SymmetricKey &key)Botan::SymmetricAlgorithminline
set_key(std::span< const uint8_t > key)Botan::SymmetricAlgorithm
set_key(const uint8_t key[], size_t length)Botan::SymmetricAlgorithminline
valid_iv_length(size_t iv_len) constBotan::StreamCipherinlinevirtual
valid_keylength(size_t length) constBotan::SymmetricAlgorithminline
write_keystream(uint8_t out[], size_t len)Botan::StreamCipherinline
write_keystream(std::span< uint8_t > out)Botan::StreamCipherinline
~RC4() overrideBotan::RC4inline
~StreamCipher() override=defaultBotan::StreamCipher
~SymmetricAlgorithm()=defaultBotan::SymmetricAlgorithmvirtual