函数逻辑报告 |
Source Code:security\integrity\platform_certs\load_uefi.c |
Create Date:2022-07-27 21:55:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Get a certificate list blob from the named EFI variable.
函数原型:static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, unsigned long *size, efi_status_t *status)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
efi_char16_t * | name | |
efi_guid_t * | guid | |
unsigned long * | size | |
efi_status_t * | status |
40 | lsize等于4 |
45 | 如果status恒等于EFI_NOT_FOUND则返回:NULL |
48 | 如果status不等于EFI_BUFFER_TOO_SMALL则 |
54 | 如果非db则返回:NULL |
58 | 如果status不等于EFI_SUCCESS则 |
65 | 返回:db |
名称 | 描述 |
---|---|
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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |