函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Load the certs contained in the IPL report created by the machine loader* into the platform trusted keyring.

函数原型:static int __init load_ipl_certs(void)

返回类型:int

参数:

23  如果非ipl_cert_list_addr则返回:0
26  ptr等于ipl_cert_list_addr
27  end等于ptripl_cert_list_size
28 ptr小于end循环
29  len等于ptr
30  ptr加等于sizeof(unsignedint)
31  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
32  ptr加等于len
34  返回:0