Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\platform_certs\keyring_handler.c Create Date:2022-07-28 19:57:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Return the appropriate handler for particular signature list types found in* the UEFI dbx and MokListXRT tables.

Proto:__init efi_element_handler_t get_handler_for_dbx(const efi_guid_t *sig_type)

Type:efi_element_handler_t

Parameter:

TypeParameterName
const efi_guid_t *sig_type
75  If efi_guidcmp( * sig_type, efi_cert_x509_sha256_guid) == 0 Then Return Blacklist an X509 TBS hash.
77  If efi_guidcmp( * sig_type, efi_cert_sha256_guid) == 0 Then Return Blacklist the hash of an executable.
79  Return 0