Function report |
Source Code:security\keys\keyring.c |
Create Date:2022-07-28 18:18:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Check for restriction cycles that would prevent keyring garbage collection.* keyring_serialise_restrict_sem must be held.
Proto:static bool keyring_detect_restriction_cycle(const struct key *dest_keyring, struct key_restriction *keyres)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct key * | dest_keyring | |
struct key_restriction * | keyres |
1004 | When keyres && key && type of key == key_type_keyring cycle |
1006 | If key == dest_keyring Then Return true |
1012 | Return false |
Name | Describe |
---|---|
keyring_restrict | keyring_restrict - Look up and apply a restriction to a keyring*@keyring_ref: The keyring to be restricted*@type: The key type that will provide the restriction checker.*@restriction: The restriction options to apply to the keyring |
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 |