OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:root_hash
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/updater/
commands.cpp
272
// <hash_tree_ranges> <source_ranges> <hash_algorithm> <salt_hex> <
root_hash
>
294
std::string
root_hash
= tokens[pos++];
local
295
if (hash_algorithm.empty() || salt_hex.empty() ||
root_hash
.empty()) {
302
std::move(
root_hash
));
/external/fsverity-utils/
cmd_setup.c
236
u64 filesize, const u8 *
root_hash
,
271
root_hash
, params->hash_alg->digest_size);
348
u8
root_hash
[FS_VERITY_MAX_DIGEST_SIZE];
local
405
&tree_end_offset,
root_hash
);
414
status = append_fsverity_descriptor(params, filesize,
root_hash
,
/bootable/recovery/updater/include/private/
commands.h
195
std::string salt_hex, std::string
root_hash
)
200
root_hash_(std::move(
root_hash
)) {}
215
const std::string&
root_hash
() const {
function in class:HashTreeInfo
280
// compute_hash_tree <hash_tree_ranges> <source_ranges> <hash_algorithm> <salt_hex> <
root_hash
>
Completed in 206 milliseconds