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 db and MokListRT tables.

Proto:__init efi_element_handler_t get_handler_for_db(const efi_guid_t *sig_type)

Type:efi_element_handler_t

Parameter:

TypeParameterName
const efi_guid_t *sig_type
64  If efi_guidcmp( * sig_type, efi_cert_x509_guid) == 0 Then Return add_to_platform_keyring - Add to platform keyring without validation.*@source: Source of key*@data: The blob holding the key*@len: The length of the data blob* Add a key to the platform keyring without checking its trust chain. This
66  Return 0