Searched defs:root_hash (Results 1 - 9 of 9) 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
|
/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
|
Completed in 5 milliseconds