8#ifndef BOTAN_ANSI_X919_MAC_H_
9#define BOTAN_ANSI_X919_MAC_H_
12#include <botan/block_cipher.h>
24 void clear()
override;
25 std::string
name()
const override;
40 void add_data(
const uint8_t[],
size_t)
override;
41 void final_result(uint8_t[])
override;
42 void key_schedule(
const uint8_t[],
size_t)
override;
44 std::unique_ptr<BlockCipher> m_des1, m_des2;
size_t output_length() const override
Key_Length_Specification key_spec() const override
ANSI_X919_MAC & operator=(const ANSI_X919_MAC &)=delete
ANSI_X919_MAC(const ANSI_X919_MAC &)=delete
virtual MessageAuthenticationCode * clone() const =0
virtual std::string name() const =0
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)
std::vector< T, secure_allocator< T > > secure_vector