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> 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;
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
virtual std::string name() const =0
size_t output_length() const override
Key_Length_Specification key_spec() const override
virtual MessageAuthenticationCode * clone() const =0
std::vector< T, secure_allocator< T > > secure_vector
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)