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/
Dalgorithm.h141 struct hash_algorithm { struct
142 const char *name;
143 int type;
144 int doi;
145 caddr_t (*init)(void);
146 void (*update)(caddr_t, vchar_t *);
147 vchar_t *(*final)(caddr_t);
148 int (*hashlen)(void);
149 vchar_t *(*one)(vchar_t *);
/netbsd/src/external/bsd/pkg_install/dist/lib/
Dvulnerabilities-file.c208 static const struct hash_algorithm { struct
225 const struct hash_algorithm *hash; in verify_hash() argument