Home
last modified time | relevance | path

Searched refs:libfsverity_get_hash_name (Results 1 - 8 of 8) sorted by relevance

/third_party/fsverity-utils/programs/
H A Dtest_hash_algs.c22 ASSERT(libfsverity_get_hash_name(0) == NULL); in main()
27 ASSERT(libfsverity_get_hash_name(100) == NULL); in main()
32 libfsverity_get_hash_name(FS_VERITY_HASH_ALG_SHA256))); in main()
39 libfsverity_get_hash_name(FS_VERITY_HASH_ALG_SHA512))); in main()
H A Dcmd_measure.c49 hash_alg_name = libfsverity_get_hash_name(d->digest_algorithm); in fsverity_cmd_measure()
H A Dcmd_sign.c140 libfsverity_get_hash_name(digest->digest_algorithm), digest_hex); in fsverity_cmd_sign()
H A Dcmd_digest.c112 libfsverity_get_hash_name(digest->digest_algorithm), in fsverity_cmd_digest()
H A Dfsverity.c75 while ((name = libfsverity_get_hash_name(alg_num++)) != NULL) in show_all_hash_algs()
H A Dtest_compute_digest.c165 strncpy(alg_name, libfsverity_get_hash_name(t->hash_algorithm), in fix_digest_and_print()
/third_party/fsverity-utils/include/
H A Dlibfsverity.h267 * libfsverity_get_hash_name() - Get name of hash algorithm by number
272 const char *libfsverity_get_hash_name(uint32_t alg_num);
/third_party/fsverity-utils/lib/
H A Dhash_algs.c200 libfsverity_get_hash_name(u32 alg_num) in libfsverity_get_hash_name() function

Completed in 4 milliseconds