Searched defs:hash_foo (Results 1 – 1 of 1) sorted by relevance
56 struct hash_foo { struct57 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);