Home
last modified time | relevance | path

Searched refs:INTEGRITY_KEYRING_MACHINE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/security/integrity/
H A Ddigsig.c116 if (id == INTEGRITY_KEYRING_MACHINE && imputed_trust_enabled()) in __integrity_init_keyring()
135 (id == INTEGRITY_KEYRING_MACHINE && in integrity_init_keyring()
148 if (id == INTEGRITY_KEYRING_MACHINE) in integrity_init_keyring()
158 if (id != INTEGRITY_KEYRING_MACHINE) in integrity_init_keyring()
H A Dintegrity.h189 #define INTEGRITY_KEYRING_MACHINE 3 macro
/openbmc/linux/security/integrity/platform_certs/
H A Dmachine_keyring.c15 rc = integrity_init_keyring(INTEGRITY_KEYRING_MACHINE); in machine_keyring_init()
30 rc = integrity_load_cert(INTEGRITY_KEYRING_MACHINE, source, data, len, perm); in add_to_machine_keyring()