12#include <botan/block_cipher.h>
22 std::string
name()
const;
47 void add_data(
const byte[],
size_t);
48 void final_result(
byte[]);
49 void key_schedule(
const byte[],
size_t);
Key_Length_Specification key_spec() const
size_t output_length() const
CMAC(BlockCipher *cipher)