函数逻辑报告 |
Source Code:fs\crypto\keysetup_v1.c |
Create Date:2022-07-29 10:57:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Prepare to encrypt directly using the master key in the given mode
函数原型:static struct fscrypt_direct_key *fscrypt_get_direct_key(const struct fscrypt_info *ci, const u8 *raw_key)
返回类型:struct fscrypt_direct_key
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct fscrypt_info * | ci | |
const u8 * | raw_key |
233 | dk_mode等于Encryption mode used for this inode. It corresponds to either the* contents or filenames encryption mode, depending on the inode type. |
236 | 如果是错误则 |
247 | err_free_dk : |
248 | free_direct_key(dk) |
249 | 返回:错误号 |
名称 | 描述 |
---|---|
setup_v1_file_key_direct | v1 policy, DIRECT_KEY: use the master key directly |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |