Function report |
Source Code:security\keys\keyring.c |
Create Date:2022-07-28 18:17:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Build the next index key chunk.* We return it one word-sized chunk at a time.
Proto:static unsigned long keyring_get_key_chunk(const void *data, int level)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | data | |
int | level |
271 | chunk = 0 |
277 | Case level == 0 |
278 | Return Hash value |
279 | Case level == 1 |
280 | Return x |
281 | Case level == 2 |
282 | Return type |
283 | Case level == 3 |
284 | Return Domain of operation |
285 | Default |
286 | level -= 4 |
287 | If desc_len <= size of First few chars of description Then Return 0 |
290 | d = description + size of First few chars of description |
292 | desc_len -= size of First few chars of description |
295 | Do |
299 | Return chunk |
Name | Describe |
---|---|
keyring_get_object_key_chunk |
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 |