函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Return the appropriate handler for particular signature list types found in* the UEFI db and MokListRT tables.

函数原型:__init efi_element_handler_t get_handler_for_db(const efi_guid_t *sig_type)

返回类型:efi_element_handler_t

参数:

类型参数名称
const efi_guid_t *sig_type
64  如果efi_guidcmp( * sig_type, efi_cert_x509_guid)恒等于0则返回: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  返回:0