Home
last modified time | relevance | path

Searched defs:HcfMac (Results 1 – 1 of 1) sorted by relevance

/base/security/crypto_framework/interfaces/innerkits/crypto_operation/
Dmac.h25 typedef struct HcfMac HcfMac; typedef
27 struct HcfMac { struct
30 HcfResult (*init)(HcfMac *self, const HcfSymKey *key); argument
32 HcfResult (*update)(HcfMac *self, HcfBlob *input); argument
34 HcfResult (*doFinal)(HcfMac *self, HcfBlob *output); argument
36 uint32_t (*getMacLength)(HcfMac *self); argument
38 const char *(*getAlgoName)(HcfMac *self); argument