Searched defs:HcfMac (Results 1 – 1 of 1) sorted by relevance
25 typedef struct HcfMac HcfMac; typedef27 struct HcfMac { struct30 HcfResult (*init)(HcfMac *self, const HcfSymKey *key); argument32 HcfResult (*update)(HcfMac *self, HcfBlob *input); argument34 HcfResult (*doFinal)(HcfMac *self, HcfBlob *output); argument36 uint32_t (*getMacLength)(HcfMac *self); argument38 const char *(*getAlgoName)(HcfMac *self); argument