函数逻辑报告 |
Source Code:fs\crypto\policy.c |
Create Date:2022-07-29 10:57:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:set_encryption_policy
函数原型:static int set_encryption_policy(struct inode *inode, const union fscrypt_policy *policy)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode | |
const union fscrypt_policy * | policy |
293 | pr_warn_once("%s (pid %d) is setting deprecated v1 encryption policy; recommend upgrading to v2.\n", comm, pid) |
295 | 退出 |
297 | err等于Verify that the current user has added a master key with the given identifier* (returns -ENOKEY if not) |
301 | 退出 |
302 | 默认 |
307 | ctxsize等于fscrypt_new_context_from_policy( & ctx, policy) |
309 | 返回:set_context(inode, & ctx, ctxsize, NULL) |
名称 | 描述 |
---|---|
fscrypt_ioctl_set_policy |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |