integrity.h (bf61c8840efe60fd8f91446860b63338fb424158) | integrity.h (d726d8d719b6ac919cc4d5cae73831a2ffe36118) |
---|---|
1/* 2 * Copyright (C) 2009-2010 IBM Corporation 3 * 4 * Authors: 5 * Mimi Zohar <zohar@us.ibm.com> 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License as --- 99 unchanged lines hidden (view full) --- 108#else 109static inline int asymmetric_verify(struct key *keyring, const char *sig, 110 int siglen, const char *data, int datalen) 111{ 112 return -EOPNOTSUPP; 113} 114#endif 115 | 1/* 2 * Copyright (C) 2009-2010 IBM Corporation 3 * 4 * Authors: 5 * Mimi Zohar <zohar@us.ibm.com> 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License as --- 99 unchanged lines hidden (view full) --- 108#else 109static inline int asymmetric_verify(struct key *keyring, const char *sig, 110 int siglen, const char *data, int datalen) 111{ 112 return -EOPNOTSUPP; 113} 114#endif 115 |
116#ifdef CONFIG_INTEGRITY_AUDIT 117/* declarations */ 118void integrity_audit_msg(int audit_msgno, struct inode *inode, 119 const unsigned char *fname, const char *op, 120 const char *cause, int result, int info); 121#else 122static inline void integrity_audit_msg(int audit_msgno, struct inode *inode, 123 const unsigned char *fname, 124 const char *op, const char *cause, 125 int result, int info) 126{ 127} 128#endif 129 |
|
116/* set during initialization */ 117extern int iint_initialized; | 130/* set during initialization */ 131extern int iint_initialized; |