Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dmdtest.c51 struct hash_foo { struct
52 const char *name;
53 size_t psize;
54 size_t hsize;
55 int (*init)(void*);
56 int (*update)(void*, const void*, size_t);
57 int (*final)(void*, void*);
58 const EVP_MD * (*evp)(void);