Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\evm\evm_main.c Create Date:2022-07-28 19:59:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:evm_key_loaded

Proto:static bool evm_key_loaded(void)

Type:bool

Parameter:Nothing

89  Return evm_initialized & EVM_KEY_MASK
Caller
NameDescribe
evm_verifyxattrvm_verifyxattr - verify the integrity of the requested xattr*@dentry: object of the verify xattr*@xattr_name: requested xattr*@xattr_value: requested xattr value*@xattr_value_len: requested xattr value length* Calculate the HMAC for the given dentry and
evm_verify_current_integrityvm_verify_current_integrity - verify the dentry's metadata integrity*@dentry: pointer to the affected dentry* Verify and return the dentry's metadata integrity. The exceptions are* before EVM is initialized or in 'fix' mode.
evm_inode_post_setxattrvm_inode_post_setxattr - update 'security
evm_inode_post_removexattrvm_inode_post_removexattr - update 'security
evm_inode_post_setattrvm_inode_post_setattr - update 'security
evm_inode_init_securityvm_inode_init_security - initializes security.evm