D | ima.h | 27 enum ima_show_type { IMA_SHOW_BINARY, IMA_SHOW_BINARY_NO_FIELD_LEN, 29 enum tpm_pcrs { TPM_PCR0 = 0, TPM_PCR8 = 8, TPM_PCR10 = 10 }; 85 void (*field_show)(struct seq_file *m, enum ima_show_type show, 208 #define __ima_hook_enumify(ENUM, str) ENUM, argument 210 #define __ima_hook_measuring_stringify(ENUM, str) \ argument 213 enum ima_hooks { 221 static inline const char *func_measure_str(enum ima_hooks func) in func_measure_str() 260 enum ima_hooks func, int *pcr, 263 int ima_must_measure(struct inode *inode, int mask, enum ima_hooks func); 266 enum hash_algo algo, struct modsig *modsig); [all …]
|