diff options
Diffstat (limited to 'security/integrity/evm/evm.h')
| -rw-r--r-- | security/integrity/evm/evm.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/security/integrity/evm/evm.h b/security/integrity/evm/evm.h index 30bd1ec0232e..37c88ddb3cfe 100644 --- a/security/integrity/evm/evm.h +++ b/security/integrity/evm/evm.h | |||
| @@ -32,19 +32,19 @@ extern struct crypto_shash *hash_tfm; | |||
| 32 | /* List of EVM protected security xattrs */ | 32 | /* List of EVM protected security xattrs */ |
| 33 | extern char *evm_config_xattrnames[]; | 33 | extern char *evm_config_xattrnames[]; |
| 34 | 34 | ||
| 35 | extern int evm_init_key(void); | 35 | int evm_init_key(void); |
| 36 | extern int evm_update_evmxattr(struct dentry *dentry, | 36 | int evm_update_evmxattr(struct dentry *dentry, |
| 37 | const char *req_xattr_name, | 37 | const char *req_xattr_name, |
| 38 | const char *req_xattr_value, | 38 | const char *req_xattr_value, |
| 39 | size_t req_xattr_value_len); | 39 | size_t req_xattr_value_len); |
| 40 | extern int evm_calc_hmac(struct dentry *dentry, const char *req_xattr_name, | 40 | int evm_calc_hmac(struct dentry *dentry, const char *req_xattr_name, |
| 41 | const char *req_xattr_value, | 41 | const char *req_xattr_value, |
| 42 | size_t req_xattr_value_len, char *digest); | 42 | size_t req_xattr_value_len, char *digest); |
| 43 | extern int evm_calc_hash(struct dentry *dentry, const char *req_xattr_name, | 43 | int evm_calc_hash(struct dentry *dentry, const char *req_xattr_name, |
| 44 | const char *req_xattr_value, | 44 | const char *req_xattr_value, |
| 45 | size_t req_xattr_value_len, char *digest); | 45 | size_t req_xattr_value_len, char *digest); |
| 46 | extern int evm_init_hmac(struct inode *inode, const struct xattr *xattr, | 46 | int evm_init_hmac(struct inode *inode, const struct xattr *xattr, |
| 47 | char *hmac_val); | 47 | char *hmac_val); |
| 48 | extern int evm_init_secfs(void); | 48 | int evm_init_secfs(void); |
| 49 | 49 | ||
| 50 | #endif | 50 | #endif |
