Home
last modified time | relevance | path

Searched refs:fsverity_enable_with_descriptor (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dfsverity.h130 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 Dfsverity.h141 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 Denable.c268 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 Denable.c252 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 Dcode_sign_elf.c187 /* 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