Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Create the trusted keyrings.

Proto:static __init int platform_keyring_init(void)

Type:int

Parameter:Nothing

47  rc = integrity_init_keyring(INTEGRITY_KEYRING_PLATFORM)
48  If rc Then Return rc
51  pr_notice("Platform Keyring initialized\n")
52  Return 0