| Function report | 
| Source Code: security\keys\keyctl_pkey.c | Create Date:2022-07-28 18:27:58 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Verify a signature
Proto:long keyctl_pkey_verify(const struct keyctl_pkey_params __user *_params, const char __user *_info, const void __user *_in, const void __user *_in2)
Type:long
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const struct keyctl_pkey_params __user * | _params | |
| const char __user * | _info | |
| const void __user * | _in | |
| const void __user * | _in2 | 
| 291 | ret = Get parameters from userspace. Callers must always call the free function* on params, even if an error is returned. | 
| 293 | If ret < 0 Then Go to error_params | 
| 296 | ret = -EOPNOTSUPP | 
| 297 | If Not asym_verify_signature Then Go to error_params | 
| 303 | Go to error_params | 
| 312 | op = kernel_pkey_verify | 
| 313 | ret = asym_verify_signature( & params, in, in2) | 
| 316 | error_in : | 
| 318 | error_params : | 
| 319 | keyctl_pkey_params_free( & params) | 
| 320 | 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 |