Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dalgorithm.h141 struct hash_algorithm { struct
142 char *name;
143 int type;
144 int doi;
146 void (*update) __P((caddr_t, vchar_t *));
147 vchar_t *(*final) __P((caddr_t));
148 int (*hashlen) __P((void));
149 vchar_t *(*one) __P((vchar_t *));
/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dvulnerabilities-file.c208 static const struct hash_algorithm { struct
225 const struct hash_algorithm *hash; in verify_hash() argument