Function report |
Source Code:security\keys\request_key.c |
Create Date:2022-07-28 18:23:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:quest_key_tag - Request a key and wait for construction*@type: Type of key
Proto:struct key *request_key_tag(struct key_type *type, const char *description, struct key_tag *domain_tag, const char *callout_info)
Type:struct key
Parameter:
Type | Parameter | Name |
---|---|---|
struct key_type * | type | |
const char * | description | |
struct key_tag * | domain_tag | |
const char * | callout_info |
696 | callout_len = 0 |
699 | If callout_info Then callout_len = strlen - Find the length of a string*@s: The string to be sized |
705 | ret = wait_for_key_construction - Wait for construction of a key to complete*@key: The key being waited for |
706 | If ret < 0 Then |
711 | Return key |
Name | Describe |
---|---|
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). |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |