11 #include <botan/mac.h>
12 #include <botan/block_cipher.h>
24 std::string
name()
const override;
28 void clear()
override;
44 BOTAN_DEPRECATED(
"This was only for internal use and is no longer used")
53 CMAC& operator=(const
CMAC&) = delete;
55 void add_data(const uint8_t[],
size_t) override;
56 void final_result(uint8_t[]) override;
57 void key_schedule(const uint8_t[],
size_t) override;
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
size_t output_length() const override
std::vector< T, secure_allocator< T >> secure_vector
virtual std::string name() const =0
Key_Length_Specification key_spec() const override
virtual MessageAuthenticationCode * clone() const =0
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)