Lines Matching full:trusted
2 /* System trusted keyring for trusted public keys
61 /* If we have a secondary trusted keyring, then that contains a link in restrict_link_by_builtin_and_secondary_trusted()
85 panic("Can't allocate secondary trusted keyring restriction\n"); in get_builtin_and_secondary_restriction()
94 * Create the trusted keyrings
98 pr_notice("Initialise system trusted keyrings\n"); in system_trusted_keyring_init()
108 panic("Can't allocate builtin trusted keyring\n"); in system_trusted_keyring_init()
121 panic("Can't allocate secondary trusted keyring\n"); in system_trusted_keyring_init()
124 panic("Can't link trusted keyrings\n"); in system_trusted_keyring_init()
154 * @trusted_keys: Trusted keys to use (NULL for builtin trusted keys only,
155 * (void *)1UL for all trusted keys).
211 pr_devel("PKCS#7 signature not signed with a trusted key\n"); in verify_pkcs7_message_sig()
239 * @trusted_keys: Trusted keys to use (NULL for builtin trusted keys only,
240 * (void *)1UL for all trusted keys).