函数逻辑报告 |
Source Code:security\keys\request_key.c |
Create Date:2022-07-27 19:57:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Call out to userspace for key construction.* Program failure is ignored in favour of key status.
函数原型:static int construct_key(struct key *key, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct key * | key | |
const void * | callout_info | |
size_t | callout_len | |
void * | aux | |
struct key * | dest_keyring |
231 | kenter("%d,%p,%zu,%p", key serial number , callout_info, callout_len, aux) |
234 | authkey等于Create an authorisation token for /sbin/request-key or whoever to gain* access to the caller's security data. |
241 | 如果request_key则actor等于request_key |
248 | WARN_ON(ret < 0 && !st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from) |
253 | 返回:ret |
名称 | 描述 |
---|---|
construct_key_and_link | Commence key construction. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |