Searched refs:fsverity_descriptor (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/verity/
H A Dfsverity_private.h75 sizeof(struct fsverity_descriptor))
121 struct fsverity_descriptor *desc);
128 struct fsverity_descriptor **desc_ret);
H A Dread_metadata.c100 struct fsverity_descriptor *desc;
109 desc_size = offsetof(struct fsverity_descriptor, signature);
121 struct fsverity_descriptor *desc;
H A Dopen.c158 * Compute the file digest by hashing the fsverity_descriptor excluding the
162 struct fsverity_descriptor *desc,
176 * Create a new fsverity_info from the given fsverity_descriptor (with optional
178 * fsverity_descriptor must have already undergone basic validation.
181 struct fsverity_descriptor *desc)
280 const struct fsverity_descriptor *desc,
321 * Read the inode's fsverity_descriptor (with optional appended builtin
325 struct fsverity_descriptor **desc_ret)
328 struct fsverity_descriptor *desc;
364 struct fsverity_descriptor *des
[all...]
H A Denable.c189 struct fsverity_descriptor *desc;
194 /* Start initializing the fsverity_descriptor */
262 * fsverity_info from the fsverity_descriptor as if it were just loaded
337 if (arg.salt_size > sizeof_field(struct fsverity_descriptor, salt))
/linux-master/include/uapi/linux/
H A Dfsverity.h47 struct fsverity_descriptor { struct
/linux-master/fs/btrfs/
H A Dsend.c5164 struct fsverity_descriptor *desc)

Completed in 153 milliseconds