函数逻辑报告 |
Source Code:security\integrity\ima\ima_queue.c |
Create Date:2022-07-27 21:58:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ma_add_template_entry helper function:* - Add template entry to the measurement list and hash table, for* all entries except those carried across kexec.* (Called with ima_extend_list_mutex held.)
函数原型:static int ima_add_digest_entry(struct ima_template_entry *entry, bool update_htable)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct ima_template_entry * | entry | |
bool | update_htable |
101 | 如果(qe == NULL)则 |
107 | 初始化链表头 |
108 | 添加RCU链表项 |
111 | 如果update_htable则 |
113 | 添加哈希记录 |
116 | 如果binary_runtime_size不等于ULONG_MAX则 |
123 | 返回:0 |
名称 | 描述 |
---|---|
ima_add_template_entry | Add template entry to the measurement list and hash table, and* extend the pcr.* On systems which support carrying the IMA measurement list across* kexec, maintain the total memory size required for serializing the* binary_runtime_measurements. |
ima_restore_measurement_entry |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |