Searched refs:hash_ctx_init (Results 1 – 5 of 5) sorted by relevance
59 int hash_ctx_init(struct hash_ctx_t *hash_ctx, enum hash_alg_type);
26 ret = hash_ctx_init(&ctx, HASH_ALG_SHA256); in hvb_calculate_certs_digest()
265 int hash_ctx_init(struct hash_ctx_t *hash_ctx, enum hash_alg_type alg_type) in hash_ctx_init() function
69 hash_err = hash_ctx_init(&ctx, hash_algo); in hvb_compare_hash()
87 ret = hash_ctx_init(&ctx, HASH_ALG_SHA256); in FsHvbComputeSha256()