Searched defs:swcr_auth_hash (Results 1 – 1 of 1) sorted by relevance
63 struct swcr_auth_hash { struct64 const struct auth_hash *auth_hash;65 int ctxsize;66 void (*Init)(void *);67 void (*Setkey)(void *, const uint8_t *, uint16_t);68 void (*Reinit)(void *, const uint8_t *, uint16_t);69 int (*Update)(void *, const uint8_t *, uint16_t);70 void (*Final)(uint8_t *, void *);