Home
last modified time | relevance | path

Searched refs:hash_algorithm (Results 1 – 14 of 14) sorted by relevance

/third_party/fsverity-utils/programs/
Dtest_compute_digest.c49 u32 hash_algorithm; member
56 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256,
64 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256,
72 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256,
80 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256,
88 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256,
96 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256,
105 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256,
114 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256,
122 .hash_algorithm = FS_VERITY_HASH_ALG_SHA256,
[all …]
Dfsverity.c280 return parse_hash_alg_option(arg, &params->hash_algorithm); in parse_tree_param()
/third_party/flatbuffers/src/
Dflathash.cpp58 const char *hash_algorithm = argv[1]; in main() local
61 flatbuffers::FindHashFunction16(hash_algorithm); in main()
63 flatbuffers::FindHashFunction32(hash_algorithm); in main()
65 flatbuffers::FindHashFunction64(hash_algorithm); in main()
68 printf("\"%s\" is not a known hash algorithm.\n", hash_algorithm); in main()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_metadata.data3 hash_algorithm:PSA_ALG_MD5:16
7 hash_algorithm:PSA_ALG_RIPEMD160:20
11 hash_algorithm:PSA_ALG_SHA_1:20
15 hash_algorithm:PSA_ALG_SHA_224:28
19 hash_algorithm:PSA_ALG_SHA_256:32
23 hash_algorithm:PSA_ALG_SHA_384:48
27 hash_algorithm:PSA_ALG_SHA_512:64
31 hash_algorithm:PSA_ALG_SHA3_224:28
35 hash_algorithm:PSA_ALG_SHA3_256:32
39 hash_algorithm:PSA_ALG_SHA3_384:48
[all …]
Dtest_suite_psa_crypto_metadata.function251 void hash_algorithm(int alg_arg, int length_arg)
/third_party/fsverity-utils/lib/
Denable.c41 arg.hash_algorithm = in libfsverity_enable_with_sig()
42 params->hash_algorithm ?: FS_VERITY_HASH_ALG_DEFAULT; in libfsverity_enable_with_sig()
Dcompute_digest.c257 alg_num = params->hash_algorithm ?: FS_VERITY_HASH_ALG_DEFAULT; in libfsverity_compute_digest()
300 desc.hash_algorithm = alg_num; in libfsverity_compute_digest()
/third_party/fsverity-utils/common/
Dfsverity_uapi.h23 __u32 hash_algorithm; member
51 __u8 hash_algorithm; /* Merkle tree hash algorithm */ member
/third_party/rust/rust/tests/ui/issues/
Dissue-3656.rs16 hash_algorithm: [c_uint; 2], field
/third_party/ltp/include/lapi/
Dfsverity.h24 uint32_t hash_algorithm; member
/third_party/fsverity-utils/include/
Dlibfsverity.h44 uint32_t hash_algorithm; member
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx09.c99 enable.hash_algorithm = hash_algorithms[0]; in flag_setup()
/third_party/fsverity-utils/
DNEWS.md53 `hash_algorithm` and `block_size` fields are left 0.
/third_party/python/
Dconfigure.ac3520 AC_ARG_WITH(hash_algorithm, optwith