Searched refs:fsverity_enable_with_descriptor (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fsverity.h | 130 int fsverity_enable_with_descriptor(struct file *filp, 165 static inline int fsverity_enable_with_descriptor(struct file *filp, in fsverity_enable_with_descriptor() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fsverity.h | 141 int fsverity_enable_with_descriptor(struct file *filp, 195 static inline int fsverity_enable_with_descriptor(struct file *filp, in fsverity_enable_with_descriptor() function
|
/kernel/linux/linux-5.10/fs/verity/ |
H A D | enable.c | 268 err = fsverity_enable_with_descriptor(filp, (void *)desc, desc_size); in enable_verity() 274 int fsverity_enable_with_descriptor(struct file *filp, in fsverity_enable_with_descriptor() function 390 EXPORT_SYMBOL_GPL(fsverity_enable_with_descriptor); variable
|
/kernel/linux/linux-6.6/fs/verity/ |
H A D | enable.c | 252 err = fsverity_enable_with_descriptor(filp, (void *)desc, desc_size); in enable_verity() 258 int fsverity_enable_with_descriptor(struct file *filp, in fsverity_enable_with_descriptor() function 369 EXPORT_SYMBOL_GPL(fsverity_enable_with_descriptor); variable
|
/kernel/linux/common_modules/code_sign/ |
H A D | code_sign_elf.c | 187 /* fsverity_enable_with_descriptor in fs/verity/enable.c */ in enable_by_sign_head() 188 err = fsverity_enable_with_descriptor(fp, (void *)(sign_block.fsverity_desc), sign_block.fsverity_desc_hdr.length); in enable_by_sign_head() 190 code_sign_log_error("fsverity_enable_with_descriptor returns err: %d", err); in enable_by_sign_head()
|
Completed in 3 milliseconds