函数逻辑报告 |
Source Code:security\keys\keyctl_pkey.c |
Create Date:2022-07-27 20:02:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Query information about an asymmetric key.
函数原型:long keyctl_pkey_query(key_serial_t id, const char __user *_info, struct keyctl_pkey_query __user *_res)
返回类型:long
参数:
类型 | 参数 | 名称 |
---|---|---|
key_serial_t | id | |
const char __user * | _info | |
struct keyctl_pkey_query __user * | _res |
171 | ret等于Interpret parameters. Callers must always call the free function* on params, even if an error is returned. |
175 | ret等于asym_query( & params, & res) |
184 | error : |
185 | keyctl_pkey_params_free( & params) |
186 | 返回:ret |
名称 | 描述 |
---|---|
COMPAT_SYSCALL_DEFINE5 | The key control system call, 32-bit compatibility version for 64-bit archs |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |