函数逻辑报告 |
Source Code:security\keys\key.c |
Create Date:2022-07-27 19:51:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:generic_key_instantiate - Simple instantiation of a key from preparsed data*@key: The key to be instantiated*@prep: The preparsed data to load.* Instantiate a key from preparsed data. We assume we can just copy the data
函数原型:int generic_key_instantiate(struct key *key, struct key_preparsed_payload *prep)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct key * | key | |
struct key_preparsed_payload * | prep |
1103 | ret等于key_payload_reserve - Adjust data quota reservation for the key's payload*@key: The key to make the reservation for |
1104 | 如果ret恒等于0则 |
1105 | rcu_assign_keypointer(key, Raw data [0]) |
1109 | Raw data [0] = NULL |
1110 | Raw data [1] = NULL |
1111 | Raw data [2] = NULL |
1112 | Raw data [3] = NULL |
1115 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |