Searched defs:hmac_algorithm (Results 1 – 1 of 1) sorted by relevance
130 struct hmac_algorithm { struct131 const char *name;132 int type;133 int doi;134 caddr_t (*init)(vchar_t *);135 void (*update)(caddr_t, vchar_t *);136 vchar_t *(*final)(caddr_t);137 int (*hashlen)(void);138 vchar_t *(*one)(vchar_t *, vchar_t *);