函数逻辑报告 |
Source Code:security\keys\request_key.c |
Create Date:2022-07-27 19:58:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:quest_key_tag - Request a key and wait for construction*@type: Type of key
函数原型:struct key *request_key_tag(struct key_type *type, const char *description, struct key_tag *domain_tag, const char *callout_info)
返回类型:struct key
参数:
类型 | 参数 | 名称 |
---|---|---|
struct key_type * | type | |
const char * | description | |
struct key_tag * | domain_tag | |
const char * | callout_info |
696 | callout_len等于0 |
704 | 如果非是错误则 |
705 | ret等于wait_for_key_construction - Wait for construction of a key to complete*@key: The key being waited for |
706 | 如果ret小于0则 |
711 | 返回:key |
名称 | 描述 |
---|---|
request_key | quest_key - Request a key and wait for construction*@type: Type of key.*@description: The searchable description of the key.*@callout_info: The data to pass to the instantiation upcall (or NULL). |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |