函数逻辑报告 |
Source Code:security\keys\request_key_auth.c |
Create Date:2022-07-27 19:58:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Read the callout_info data (retrieves the callout information).* - the key's semaphore is read-locked
函数原型:static long request_key_auth_read(const struct key *key, char __user *buffer, size_t buflen)
返回类型:long
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct key * | key | |
char __user * | buffer | |
size_t | buflen |
85 | rka等于dereference_key_locked(key) |
89 | 如果非rka则返回:负EKEYREVOKED |
92 | datalen等于callout_len |
100 | 如果copy_to_user(buffer, callout_info, buflen)不等于0则ret等于负EFAULT |
104 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |