Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dmdtest.c56 struct hash_foo { struct
57 const char *name;
58 size_t psize;
59 size_t hsize;
60 void (*init)(void*);
61 void (*update)(void*, const void*, size_t);
62 void (*final)(void*, void*);
63 const EVP_MD * (*evp)(void);