Lines Matching full:trusted
2 /* System trusted keyring for trusted public keys
65 /* If we have a secondary trusted keyring, then that contains a link in restrict_link_by_builtin_and_secondary_trusted()
89 panic("Can't allocate secondary trusted keyring restriction\n"); in get_builtin_and_secondary_restriction()
105 panic("Can't link (machine) trusted keyrings\n"); in set_machine_trusted_keys()
137 * Create the trusted keyrings
141 pr_notice("Initialise system trusted keyrings\n"); in system_trusted_keyring_init()
151 panic("Can't allocate builtin trusted keyring\n"); in system_trusted_keyring_init()
164 panic("Can't allocate secondary trusted keyring\n"); in system_trusted_keyring_init()
167 panic("Can't link trusted keyrings\n"); in system_trusted_keyring_init()
218 * @trusted_keys: Trusted keys to use (NULL for builtin trusted keys only,
219 * (void *)1UL for all trusted keys).
275 pr_devel("PKCS#7 signature not signed with a trusted key\n"); in verify_pkcs7_message_sig()
303 * @trusted_keys: Trusted keys to use (NULL for builtin trusted keys only,
304 * (void *)1UL for all trusted keys).