Searched defs:hash_algo (Results 1 – 3 of 3) sorted by relevance
30 struct hash_algo { struct50 * @algo: Pointer to the hash_algo struct argument54 int (*hash_init)(struct hash_algo *algo, void **ctxp); argument67 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, argument81 int (*hash_finish)(struct hash_algo *algo, void *ctx, void *dest_buf, argument
34 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
55 const char *hash_algo; member
Completed in 4 milliseconds