Searched refs:UpdateFunc (Results 1 – 1 of 1) sorted by relevance
91 typedef int (*UpdateFunc)(CTX_TYPE *sha, const void *data, size_t len); typedef in ShaHasherImpl95 const UpdateFunc update_func_;99 ShaHasherImpl(InitFunc init_func, UpdateFunc update_func, in ShaHasherImpl()