函数源码 |
Source File:security\keys\internal.h |
Create Date:2022-07-27 19:49:32 |
首页 | Copyright©Brick |
321 322 323 324 325 326 327 328 | static inline long keyctl_pkey_e_d_s( int op, const struct keyctl_pkey_params __user *params, const char __user *_info, const void __user *_in, void __user *_out) { return -EOPNOTSUPP; } |