1 #ifndef KRIPTO_MAC_DESC_H
2 #define KRIPTO_MAC_DESC_H
4 #include <kripto/mac.h>
10 const kripto_mac_desc
*,
17 kripto_mac
*(*recreate
)
26 void (*input
)(kripto_mac
*, const void *, size_t);
28 void (*tag
)(kripto_mac
*, void *, unsigned int);
30 void (*destroy
)(kripto_mac
*);