Searched refs:ima_file_hash (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | ima.h | 32 extern int ima_file_hash(struct file *file, char *buf, size_t buf_size); 115 static inline int ima_file_hash(struct file *file, char *buf, size_t buf_size) in ima_file_hash() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ima.h | 36 extern int ima_file_hash(struct file *file, char *buf, size_t buf_size); 122 static inline int ima_file_hash(struct file *file, char *buf, size_t buf_size) in ima_file_hash() function
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_main.c | 522 * ima_file_hash - return the stored measurement if a file has been hashed and 539 int ima_file_hash(struct file *file, char *buf, size_t buf_size) in ima_file_hash() function 559 * ima_file_hash can be called when ima_collect_measurement has still in ima_file_hash() 578 EXPORT_SYMBOL_GPL(ima_file_hash); variable
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_lsm.c | 164 return ima_file_hash(file, dst, size); in BPF_CALL_3()
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_main.c | 601 * ima_file_hash can be called when ima_collect_measurement has still in __ima_inode_hash() 625 * ima_file_hash - return a measurement of the file 641 int ima_file_hash(struct file *file, char *buf, size_t buf_size) in ima_file_hash() function 648 EXPORT_SYMBOL_GPL(ima_file_hash); variable
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 5848 FN(ima_file_hash, 193, ##ctx) \
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 5848 FN(ima_file_hash, 193, ##ctx) \
|
Completed in 24 milliseconds