Searched defs:root_hash (Results 1 - 11 of 11) sorted by relevance
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | dm-verity-verify-sig.c | 106 int verity_verify_root_hash(const void *root_hash, size_t root_hash_len, in verity_verify_root_hash() argument
|
| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | dm-verity-verify-sig.c | 106 int verity_verify_root_hash(const void *root_hash, size_t root_hash_len, in verity_verify_root_hash() argument
|
| /kernel/linux/linux-6.6/fs/verity/ |
| H A D | fsverity_private.h | 70 u8 root_hash[FS_VERITY_MAX_DIGEST_SIZE]; member
|
| H A D | enable.c | 99 build_merkle_tree(struct file *filp, const struct merkle_tree_params *params, u8 *root_hash, size_t data_size) build_merkle_tree() argument
|
| /third_party/fsverity-utils/common/ |
| H A D | fsverity_uapi.h | 60 __u8 root_hash[64]; /* Merkle tree root hash */ member
|
| /kernel/linux/linux-5.10/fs/verity/ |
| H A D | enable.c | 178 build_merkle_tree(struct file *filp, const struct merkle_tree_params *params, u8 *root_hash, size_t data_size) build_merkle_tree() argument
|
| H A D | fsverity_private.h | 76 u8 root_hash[FS_VERITY_MAX_DIGEST_SIZE]; member 97 __u8 root_hash[64]; /* Merkle tree root hash */ member
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | code_sign.h | 23 __u8 root_hash[64]; /* Merkle tree root hash */ member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | code_sign.h | 23 __u8 root_hash[64]; /* Merkle tree root hash */ member
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | fsverity.h | 58 __u8 root_hash[64]; /* Merkle tree root hash */ member
|
| /third_party/fsverity-utils/lib/ |
| H A D | compute_digest.c | 103 compute_root_hash(void *fd, libfsverity_read_fn_t read_fn, u64 file_size, struct hash_ctx *hash, u32 block_size, const u8 *salt, u32 salt_size, const struct libfsverity_metadata_callbacks *metadata_cbs, u8 *root_hash) compute_root_hash() argument
|
Completed in 5 milliseconds