Home
last modified time | relevance | path

Searched refs:fsverity_digest (Results 1 – 5 of 5) sorted by relevance

/linux/fs/verity/
H A Dmeasure.c28 struct fsverity_digest __user *uarg = _uarg; in fsverity_ioctl_measure()
31 struct fsverity_digest arg; in fsverity_ioctl_measure()
125 struct fsverity_digest *arg; in bpf_get_fsverity_digest()
130 if (dynptr_sz < sizeof(struct fsverity_digest)) in bpf_get_fsverity_digest()
149 out_digest_sz = dynptr_sz - sizeof(struct fsverity_digest); in bpf_get_fsverity_digest()
/linux/include/uapi/linux/
H A Dfsverity.h31 struct fsverity_digest { struct
99 #define FS_IOC_MEASURE_VERITY _IOWR('f', 134, struct fsverity_digest)
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfs_kfuncs.c76 struct fsverity_digest *d; in test_fsverity()
116 d = (struct fsverity_digest *)skel->bss->expected_digest; in test_fsverity()
/linux/security/ipe/
H A DKconfig79 This option enables the 'fsverity_digest' property within IPE
/linux/Documentation/admin-guide/LSM/
H A Dipe.rst518 '``fsverity_signature``', '``fsverity_digest``'. A description of all
641 fsverity_digest section in Properties
651 fsverity_digest=DigestName:HexadecimalString
653 The supported DigestNames for fsverity_digest are [#fsveritydigest]_
745 …op=EXECUTE fsverity_digest=sha256:fd88f2b8824e197f850bf4c5109bea5cf0ee38104f710843bb72da796ba5af9e…