Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A 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
/rk3399_rockchip-uboot/include/dm/
H A Dof_extra.h30 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
/rk3399_rockchip-uboot/common/
H A Dhash.c120 static struct hash_algo hash_algo[] = { variable
/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h222 uint32_t hash_algo: 4; member
242 uint32_t hash_algo: 4; member