Lines Matching full:trusted
2 /* System trusted keyring for trusted public keys
93 /* If we have a secondary trusted keyring, then that contains a link in restrict_link_by_builtin_and_secondary_trusted()
122 /* If we have a secondary trusted keyring, then that contains a link in restrict_link_by_digsig_builtin_and_secondary()
146 panic("Can't allocate secondary trusted keyring restriction\n"); in get_builtin_and_secondary_restriction()
192 panic("Can't link (machine) trusted keyrings\n"); in set_machine_trusted_keys()
224 * Create the trusted keyrings
228 pr_notice("Initialise system trusted keyrings\n"); in system_trusted_keyring_init()
238 panic("Can't allocate builtin trusted keyring\n"); in system_trusted_keyring_init()
251 panic("Can't allocate secondary trusted keyring\n"); in system_trusted_keyring_init()
254 panic("Can't link trusted keyrings\n"); in system_trusted_keyring_init()
305 * @trusted_keys: Trusted keys to use (NULL for builtin trusted keys only,
306 * (void *)1UL for all trusted keys).
362 pr_devel("PKCS#7 signature not signed with a trusted key\n"); in verify_pkcs7_message_sig()
390 * @trusted_keys: Trusted keys to use (NULL for builtin trusted keys only,
391 * (void *)1UL for all trusted keys).