Home
last modified time | relevance | path

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

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dalgorithm.h130 struct hmac_algorithm { struct
131 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 *);