Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dalgorithm.h129 struct hmac_algorithm { struct
130 char *name;
131 int type;
132 int doi;
134 void (*update) __P((caddr_t, vchar_t *));
135 vchar_t *(*final) __P((caddr_t));
136 int (*hashlen) __P((void));
137 vchar_t *(*one) __P((vchar_t *, vchar_t *));