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