函数逻辑报告 |
Source Code:security\keys\key.c |
Create Date:2022-07-27 19:50:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Attempt to update an existing key.* The key is given to us with an incremented refcount that we need to discard* if we get an error.
函数原型:static inline key_ref_t __key_update(key_ref_t key_ref, struct key_preparsed_payload *prep)
返回类型:key_ref_t
参数:
类型 | 参数 | 名称 |
---|---|---|
key_ref_t | key_ref | |
struct key_preparsed_payload * | prep |
751 | key等于key_ref_to_ptr(key_ref) |
763 | lock for writing |
774 | out : |
775 | 返回:key_ref |
777 | error : |
780 | 转到:out |
名称 | 描述 |
---|---|
key_create_or_update | key_create_or_update - Update or create and instantiate a key.*@keyring_ref: A pointer to the destination keyring with possession flag.*@type: The type of key.*@description: The searchable description for the key. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |