Searched refs:hash_algorithm (Results 1 – 14 of 14) sorted by relevance
| /third_party/fsverity-utils/programs/ |
| D | test_compute_digest.c | 49 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 …]
|
| D | fsverity.c | 280 return parse_hash_alg_option(arg, ¶ms->hash_algorithm); in parse_tree_param()
|
| /third_party/flatbuffers/src/ |
| D | flathash.cpp | 58 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/ |
| D | test_suite_psa_crypto_metadata.data | 3 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 …]
|
| D | test_suite_psa_crypto_metadata.function | 251 void hash_algorithm(int alg_arg, int length_arg)
|
| /third_party/fsverity-utils/lib/ |
| D | enable.c | 41 arg.hash_algorithm = in libfsverity_enable_with_sig() 42 params->hash_algorithm ?: FS_VERITY_HASH_ALG_DEFAULT; in libfsverity_enable_with_sig()
|
| D | compute_digest.c | 257 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/ |
| D | fsverity_uapi.h | 23 __u32 hash_algorithm; member 51 __u8 hash_algorithm; /* Merkle tree hash algorithm */ member
|
| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-3656.rs | 16 hash_algorithm: [c_uint; 2], field
|
| /third_party/ltp/include/lapi/ |
| D | fsverity.h | 24 uint32_t hash_algorithm; member
|
| /third_party/fsverity-utils/include/ |
| D | libfsverity.h | 44 uint32_t hash_algorithm; member
|
| /third_party/ltp/testcases/kernel/syscalls/statx/ |
| D | statx09.c | 99 enable.hash_algorithm = hash_algorithms[0]; in flag_setup()
|
| /third_party/fsverity-utils/ |
| D | NEWS.md | 53 `hash_algorithm` and `block_size` fields are left 0.
|
| /third_party/python/ |
| D | configure.ac | 3520 AC_ARG_WITH(hash_algorithm, optwith
|