Home
last modified time | relevance | path

Searched refs:fsverity_descriptor (Results 1 – 9 of 9) sorted by relevance

/linux/fs/verity/
H A Dopen.c171 struct fsverity_descriptor *desc, in compute_file_digest()
187 struct fsverity_descriptor *desc) in fsverity_create_info()
267 const struct fsverity_descriptor *desc, in validate_fsverity_descriptor()
312 struct fsverity_descriptor **desc_ret) in fsverity_get_descriptor()
315 struct fsverity_descriptor *desc; in fsverity_get_descriptor()
350 struct fsverity_descriptor *desc; in ensure_verity_info()
H A Dfsverity_private.h83 sizeof(struct fsverity_descriptor))
130 struct fsverity_descriptor *desc);
137 struct fsverity_descriptor **desc_ret);
H A Dread_metadata.c110 struct fsverity_descriptor *desc; in fsverity_read_descriptor()
119 desc_size = offsetof(struct fsverity_descriptor, signature); in fsverity_read_descriptor()
131 struct fsverity_descriptor *desc; in fsverity_read_signature()
H A Denable.c185 struct fsverity_descriptor *desc; in enable_verity()
345 if (arg.salt_size > sizeof_field(struct fsverity_descriptor, salt)) in fsverity_ioctl_enable()
/linux/include/uapi/linux/
H A Dfsverity.h47 struct fsverity_descriptor { struct
/linux/Documentation/filesystems/ext4/
H A Dverity.rst26 :ref:`Documentation/filesystems/fsverity.rst <fsverity_descriptor>`,
/linux/include/trace/events/
H A Dfsverity.h10 struct fsverity_descriptor;
/linux/Documentation/filesystems/
H A Dfsverity.rst456 struct fsverity_descriptor {
593 ``fsverity_descriptor``. Filesystems must also call functions in
620 ext4 stores the verity metadata (Merkle tree and fsverity_descriptor)
646 fsverity_descriptor) past the end of the file, starting at the first
/linux/fs/btrfs/
H A Dsend.c5099 struct fsverity_descriptor *desc) in send_verity()