Searched defs:root_hash (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | integrity.h | 30 u8 root_hash[INCFS_MAX_HASH_SIZE]; member
|
| H A D | integrity.c | 56 struct mem_range root_hash; member
|
| H A D | verity.c | 58 static int incfs_get_root_hash(struct file *filp, u8 *root_hash) in incfs_get_root_hash() 405 u8 root_hash[32]; in incfs_add_signature_record() member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | utils.c | 114 size_t format_signature(void **buf, const char *root_hash, const char *add_data) in format_signature() 142 incfs_uuid_t *id_out, size_t size, const char *root_hash, in crypto_emit_file()
|
| H A D | incfs_perf.c | 426 static struct hash_block *build_mtree(size_t size, char *root_hash, in build_mtree() 565 char root_hash[INCFS_MAX_HASH_SIZE]; in test_incfs_file() local
|
| H A D | incfs_test.c | 134 char root_hash[INCFS_MAX_HASH_SIZE]; member 3869 __u8 root_hash[64]; /* Merkle tree root hash */ in enable_verity() member
|
| /OK3568_Linux_fs/kernel/fs/verity/ |
| H A D | enable.c | 153 u8 *root_hash) in build_merkle_tree()
|
| H A D | fsverity_private.h | 75 u8 root_hash[FS_VERITY_MAX_DIGEST_SIZE]; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fsverity.h | 58 __u8 root_hash[64]; /* Merkle tree root hash */ member
|