函数逻辑报告 |
Source Code:security\integrity\platform_certs\keyring_handler.c |
Create Date:2022-07-27 21:56:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Return the appropriate handler for particular signature list types found in* the UEFI dbx and MokListXRT tables.
函数原型:__init efi_element_handler_t get_handler_for_dbx(const efi_guid_t *sig_type)
返回类型:efi_element_handler_t
参数:
类型 | 参数 | 名称 |
---|---|---|
const efi_guid_t * | sig_type |
75 | 如果efi_guidcmp( * sig_type, efi_cert_x509_sha256_guid)恒等于0则返回:Blacklist an X509 TBS hash. |
77 | 如果efi_guidcmp( * sig_type, efi_cert_sha256_guid)恒等于0则返回:Blacklist the hash of an executable. |
79 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |