Searched defs:hash_update (Results 1 – 3 of 3) sorted by relevance
57 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, member
47 static inline void hash_update(struct hash_ctx *ctx, in hash_update() function
217 static void hash_update(char *data, unsigned int len, void (*transform)(void)) in hash_update() function