函数逻辑报告 |
Source Code:security\keys\process_keys.c |
Create Date:2022-07-27 19:56:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Install a thread keyring to the given credentials struct if it didn't have* one already. This is allowed to overrun the quota.* Return: 0 if a thread keyring is now present; -errno on failure.
函数原型:int install_thread_keyring_to_cred(struct cred *new)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cred * | new |
225 | 如果 keyring private to this thread 则返回:0 |
236 | 返回:0 |
名称 | 描述 |
---|---|
install_thread_keyring | Install a thread keyring to the current task if it didn't have one already.* Return: 0 if a thread keyring is now present; -errno on failure. |
copy_creds | 复制信任 |
keyctl_set_reqkey_keyring | Read or set the default keyring in which request_key() will cache keys and* return the old setting.* If a thread or process keyring is specified then it will be created if it* doesn't yet exist. The old setting will be returned if successful. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |