Function report |
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 activity | Download SCCT | Chinese |
Name: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
Proto:void __init add_to_platform_keyring(const char *source, const void *data, size_t len)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | source | |
const void * | data | |
size_t | len |
34 | rc = integrity_load_cert(INTEGRITY_KEYRING_PLATFORM, source, data, len, perm) |
Name | Describe |
---|---|
load_ipl_certs | Load the certs contained in the IPL report created by the machine loader* into the platform trusted keyring. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |