函数逻辑报告 |
Source Code:security\integrity\platform_certs\load_powerpc.c |
Create Date:2022-07-27 21:56:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Load the certs contained in the keys databases into the platform trusted* keyring and the blacklisted X.509 cert SHA256 hashes into the blacklist* keyring.
函数原型:static int __init load_powerpc_certs(void)
返回类型:int
参数:无
55 | rc等于0 |
58 | 如果非secvar_ops则返回:负ENODEV |
62 | node等于of_find_compatible_node(NULL, NULL, "ibm,edk2-compat-v1") |
71 | 如果非db则 |
72 | 打印错误信息("Couldn't get db list from firmware\n") |
73 | 否则 |
78 | 释放内存 |
82 | 如果非dbx则 |
83 | 打印信息("Couldn't get dbx list from firmware\n") |
84 | 否则 |
89 | 释放内存 |
92 | of_node_put(node) |
94 | 返回:rc |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |