Searched refs:ima_file_hash (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_main.c | 644 int ima_file_hash(struct file *file, char *buf, size_t buf_size) in ima_file_hash() function 651 EXPORT_SYMBOL_GPL(ima_file_hash);
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_lsm.c | 164 return ima_file_hash(file, dst, size); in BPF_CALL_3()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 5865 FN(ima_file_hash, 193, ##ctx) \
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 5865 FN(ima_file_hash, 193, ##ctx) \
|