Home
last modified time | relevance | path

Searched defs:hash_algo (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/include/
Dhash.h20 struct hash_algo { struct
40 * @algo: Pointer to the hash_algo struct argument
44 int (*hash_init)(struct hash_algo *algo, void **ctxp); argument
57 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, argument
71 int (*hash_finish)(struct hash_algo *algo, void *ctx, void *dest_buf, argument
/external/u-boot/include/dm/
Dof_extra.h29 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
/external/kernel-headers/original/uapi/linux/
Dhash_info.h17 enum hash_algo { enum
Dvirtio_crypto.h433 __u32 hash_algo; member
/external/kmod/libkmod/
Dlibkmod-internal.h188 const char *algo, *hash_algo, *id_type; member
/external/u-boot/common/
Dhash.c119 static struct hash_algo hash_algo[] = { variable