Searched refs:hash_init (Results 1 – 4 of 4) sorted by relevance
79 int hash_init(enum hash_algo algo, void **ctx);
68 ret = hash_init(algo, &ctx); in deploy_rotpk_hash_table()109 ret = hash_init(algo, &ctx); in deploy_rotpk_hash_table()149 ret = hash_init(algo, &ctx); in calc_img_hash()
88 ret = hash_init(algo, &ctx); in verify_hash()
42 int hash_init(enum hash_algo algo, void **ctx) in hash_init() function