Home
last modified time | relevance | path

Searched refs:create_ctx (Results 1 – 3 of 3) sorted by relevance

/third_party/fsverity-utils/lib/
Dhash_algs.c155 .create_ctx = create_sha256_ctx,
161 .create_ctx = create_sha512_ctx,
Dlib_private.h34 struct hash_ctx *(*create_ctx)(const struct fsverity_hash_alg *alg); member
Dcompute_digest.c294 hash = hash_alg->create_ctx(hash_alg); in libfsverity_compute_digest()