函数逻辑报告 |
Source Code:security\keys\keyctl.c |
Create Date:2022-07-27 19:56:01 |
Last Modify:2020-03-18 07:59:52 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:The key control system call
函数原型:SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, unsigned long, arg4, unsigned long, arg5)
返回类型:
参数:无
1718 | 当:option恒等于ask for a keyring's ID |
1725 | 当:option恒等于update a key |
1730 | 当:option恒等于voke a key |
1733 | 当:option恒等于describe a key |
1738 | 当:option恒等于clear contents of a keyring |
1741 | 当:option恒等于link a key into a keyring |
1745 | 当:option恒等于unlink a key from a keyring |
1749 | 当:option恒等于search for a key in a keyring |
1756 | 返回:Read a key's payload |
1760 | 当:option恒等于set ownership of a key |
1765 | 当:option恒等于set perms on a key |
1783 | 当:option恒等于set key timeout |
1790 | 当:option恒等于get key security label |
1811 | 当:option恒等于validate a key |
1815 | 返回:keyctl_get_persistent((uid_t)arg2, (key_serial_t)arg3) |
1817 | 当:option恒等于Compute Diffie-Hellman values |
1818 | 返回:keyctl_dh_compute((structkeyctl_dh_params__user * )arg2, (char__user * )arg3, (size_t)arg4, (structkeyctl_kdf_params__user * )arg5) |
1827 | 当:option恒等于Query public key parameters |
1830 | 返回:keyctl_pkey_query((key_serial_t)arg2, (constchar__user * )arg4, (structkeyctl_pkey_query__user * )arg5) |
1836 | 当:option恒等于Create a public key signature |
1844 | 当:option恒等于Verify a public key signature |
1845 | 返回:keyctl_pkey_verify((conststructkeyctl_pkey_params__user * )arg2, (constchar__user * )arg3, (constvoid__user * )arg4, (constvoid__user * )arg5) |
1851 | 当:option恒等于Move keys between keyrings |
1860 | 默认 |
1861 | 返回:负EOPNOTSUPP |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |