函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\platform_certs\load_uefi.c Create Date:2022-07-27 21:55:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Look to see if a UEFI variable called MokIgnoreDB exists and return true if* it does

函数原型:static __init bool uefi_check_ignore_db(void)

返回类型:bool

参数:

26  db等于0
27  size等于db的长度
28  guid等于EFI_SHIM_LOCK_GUID
30  status等于get_variable("MokIgnoreDB", & guid, NULL, & size, & db)
31  返回:status恒等于EFI_SUCCESS
调用者
名称描述
load_uefi_certsLoad 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.