Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dalgorithm.h130 struct hmac_algorithm { struct
131 char *name;
132 int type;
133 int doi;
135 void (*update) __P((caddr_t, vchar_t *));
136 vchar_t *(*final) __P((caddr_t));
137 int (*hashlen) __P((void));
138 vchar_t *(*one) __P((vchar_t *, vchar_t *));
/netbsd-src/external/bsd/nsd/dist/
H A Dtsig-openssl.c58 const EVP_MD *hmac_algorithm; in tsig_openssl_init_algorithm() local