Function report |
Source Code:security\keys\keyctl_pkey.c |
Create Date:2022-07-28 18:27:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Query information about an asymmetric key.
Proto:long keyctl_pkey_query(key_serial_t id, const char __user *_info, struct keyctl_pkey_query __user *_res)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
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 | Return ret |
Name | Describe |
---|---|
COMPAT_SYSCALL_DEFINE5 | The key control system call, 32-bit compatibility version for 64-bit archs |
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 |