Home
last modified time | relevance | path

Searched defs:fsverity_enable_arg (Results 1 – 3 of 3) sorted by relevance

/system/security/fsverity/libfsverity_rs/
Dsys.rs46 pub struct fsverity_enable_arg { struct
58 ioctl_write_ptr!(enable_verity, FS_IOCTL_MAGIC, FS_IOC_ENABLE_VERITY, fsverity_enable_arg); argument
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h43488 struct fsverity_enable_arg { struct
43489 __u32 version;
43490 __u32 hash_algorithm;
43491 __u32 block_size;
43492 __u32 salt_size;
43493 __u64 salt_ptr;
43494 __u32 sig_size;
43495 __u32 __reserved1;
43496 __u64 sig_ptr;
43497 __u64 __reserved2[11];
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h53121 struct fsverity_enable_arg { struct
53122 __u32 version;
53123 __u32 hash_algorithm;
53124 __u32 block_size;
53125 __u32 salt_size;
53126 __u64 salt_ptr;
53127 __u32 sig_size;
53128 __u32 __reserved1;
53129 __u64 sig_ptr;
53130 __u64 __reserved2[11];