函数逻辑报告 |
Source Code:security\integrity\evm\evm_crypto.c |
Create Date:2022-07-27 22:09:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Calculate the hmac and update security.evm xattr* Expects to be called with i_mutex locked.
函数原型:int evm_update_evmxattr(struct dentry *dentry, const char *xattr_name, const char *xattr_value, size_t xattr_value_len)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct dentry * | dentry | |
const char * | xattr_name | |
const char * | xattr_value | |
size_t | xattr_value_len |
307 | rc等于0 |
313 | rc等于evm_is_immutable(dentry, inode) |
319 | algo等于HASH_ALGO_SHA1 |
320 | rc等于evm_calc_hmac(dentry, xattr_name, xattr_value, xattr_value_len, & data) |
322 | 如果rc恒等于0则 |
323 | type等于EVM_XATTR_HMAC |
324 | rc等于__vfs_setxattr_noperm(dentry, XATTR_NAME_EVM, & data[1], SHA1_DIGEST_SIZE + 1, 0) |
328 | rc等于__vfs_removexattr(dentry, XATTR_NAME_EVM) |
330 | 返回:rc |
名称 | 描述 |
---|---|
evm_inode_post_setxattr | vm_inode_post_setxattr - update 'security |
evm_inode_post_removexattr | vm_inode_post_removexattr - update 'security |
evm_inode_post_setattr | vm_inode_post_setattr - update 'security |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |