函数逻辑报告 |
Source Code:security\integrity\platform_certs\efi_parser.c |
Create Date:2022-07-27 21:55:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:parse_efi_signature_list - Parse an EFI signature list for certificates*@source: The source of the key*@data: The data blob to parse*@size: The size of the data blob*@get_handler_for_guid: Get the handler func for the sig type (or NULL)
函数原型:int __init parse_efi_signature_list(const char *source, const void *data, size_t size, efi_element_handler_t (*get_handler_for_guid)(const efi_guid_t *))
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | source | |
const void * | data | |
size_t | size | |
efi_element_handler_t (* | get_handler_for_guid |
43 | offs等于0 |
56 | 打印调试信息("LIST[%04x] guid=%pUl ls=%x hs=%x ss=%x\n", offs, b, signature_list_size, signature_header_size, signature_size) |
63 | esize等于signature_size |
82 | 如果非handler则 |
107 | 返回:0 |
名称 | 描述 |
---|---|
load_uefi_certs | Load the certs contained in the UEFI databases into the platform trusted* keyring and the UEFI blacklisted X.509 cert SHA256 hashes into the blacklist* keyring. |
load_powerpc_certs | 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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |