Botan  1.11.15
Botan::AES_256_SSSE3 Member List
This is the complete list of members for Botan::AES_256_SSSE3, including all inherited members.
BLOCK_SIZE enum valueBotan::Block_Cipher_Fixed_Params< 16, 32 >
block_size() constBotan::Block_Cipher_Fixed_Params< 16, 32 > [inline, virtual]
clear()Botan::AES_256_SSSE3 [virtual]
clone() const Botan::AES_256_SSSE3 [inline, virtual]
decrypt(const byte in[], byte out[]) const Botan::BlockCipher [inline]
decrypt(byte block[]) const Botan::BlockCipher [inline]
decrypt(std::vector< byte, Alloc > &block) const Botan::BlockCipher [inline]
decrypt(const std::vector< byte, Alloc > &in, std::vector< byte, Alloc2 > &out) const Botan::BlockCipher [inline]
decrypt_n(const byte in[], byte out[], size_t blocks) const Botan::AES_256_SSSE3 [virtual]
encrypt(const byte in[], byte out[]) const Botan::BlockCipher [inline]
encrypt(byte block[]) const Botan::BlockCipher [inline]
encrypt(std::vector< byte, Alloc > &block) const Botan::BlockCipher [inline]
encrypt(const std::vector< byte, Alloc > &in, std::vector< byte, Alloc2 > &out) const Botan::BlockCipher [inline]
encrypt_n(const byte in[], byte out[], size_t blocks) const Botan::AES_256_SSSE3 [virtual]
key_spec() constBotan::Block_Cipher_Fixed_Params< 16, 32 > [inline, virtual]
maximum_keylength() const Botan::SymmetricAlgorithm [inline]
minimum_keylength() const Botan::SymmetricAlgorithm [inline]
name() const Botan::AES_256_SSSE3 [inline, virtual]
parallel_bytes() const Botan::BlockCipher [inline]
parallelism() const Botan::BlockCipher [inline, virtual]
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]
Spec typedefBotan::BlockCipher
valid_keylength(size_t length) const Botan::SymmetricAlgorithm [inline]
~SymmetricAlgorithm()Botan::SymmetricAlgorithm [inline, virtual]