Home
last modified time | relevance | path

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

/linux-6.12.1/security/integrity/
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()
182 if (id != INTEGRITY_KEYRING_MACHINE) in integrity_add_key()
Dintegrity.h121 #define INTEGRITY_KEYRING_MACHINE 3 macro
/linux-6.12.1/security/integrity/platform_certs/
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()