8 #ifndef BOTAN_ANSI_X919_MAC_H__     9 #define BOTAN_ANSI_X919_MAC_H__    11 #include <botan/mac.h>    12 #include <botan/block_cipher.h>    23       std::string name() 
const;
    38       void add_data(
const byte[], 
size_t);
    39       void final_result(
byte[]);
    40       void key_schedule(
const byte[], 
size_t);
 
size_t output_length() const
Key_Length_Specification key_spec() const