函数逻辑报告 |
Source Code:security\keys\keyring.c |
Create Date:2022-07-27 19:53:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:key_unlink - Unlink the first link to a key from a keyring
函数原型:int key_unlink(struct key *keyring, struct key *key)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct key * | keyring | |
struct key * | key |
1546 | struct assoc_array_edit * edit = NULL |
1557 | 如果ret恒等于0则Apply an unlink change. |
1560 | 返回:ret |
名称 | 描述 |
---|---|
keyctl_keyring_unlink | Unlink a key from a keyring.* The keyring must grant the caller Write permission for this to work; the key* itself need not grant the caller anything. If the last link to a key is* removed then that key will be scheduled for destruction. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |