函数逻辑报告 |
Source Code:fs\crypto\policy.c |
Create Date:2022-07-29 10:57:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:scrypt_new_context_from_policy - create a new fscrypt_context from a policy* Create an fscrypt_context for an inode that is being assigned the given* encryption policy. A new nonce is randomly generated.* Return: the size of the new context in bytes.
函数原型:static int fscrypt_new_context_from_policy(union fscrypt_context *ctx_u, const union fscrypt_policy *policy_u)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
union fscrypt_context * | ctx_u | |
const union fscrypt_policy * | policy_u |
165 | get_random_bytes(nonce, nonce的长度) |
166 | 返回:ctx的长度 |
181 | get_random_bytes(nonce, nonce的长度) |
182 | 返回:ctx的长度 |
185 | BUG() |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |