Function report |
Source Code:security\keys\keyring.c |
Create Date:2022-07-28 18:17:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:keyring_compare_object
Proto:static bool keyring_compare_object(const void *object, const void *data)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | object | |
const void * | data |
312 | key = keyring_ptr_to_key(object) |
314 | Return type == type && Domain of operation == Domain of operation && desc_len == desc_len && memcmp(description, description, desc_len) == 0 |
Name | Describe |
---|---|
search_nested_keyrings | Search a tree of keyrings that point to other keyrings up to the maximum* depth. |
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 |