函数逻辑报告 |
Source Code:security\keys\keyring.c |
Create Date:2022-07-27 19:52:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Check for restriction cycles that would prevent keyring garbage collection.* keyring_serialise_restrict_sem must be held.
函数原型:static bool keyring_detect_restriction_cycle(const struct key *dest_keyring, struct key_restriction *keyres)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct key * | dest_keyring | |
struct key_restriction * | keyres |
1004 | 当keyres且key且 type of key 恒等于key_type_keyring循环 |
1006 | 如果key恒等于dest_keyring则返回:true |
1012 | 返回:false |
名称 | 描述 |
---|---|
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |