Lines Matching full:trusted
2 /* System trusted keyring for trusted public keys
63 /* If we have a secondary trusted keyring, then that contains a link in restrict_link_by_builtin_and_secondary_trusted()
87 panic("Can't allocate secondary trusted keyring restriction\n"); in get_builtin_and_secondary_restriction()
96 * Create the trusted keyrings
100 pr_notice("Initialise system trusted keyrings\n"); in system_trusted_keyring_init()
110 panic("Can't allocate builtin trusted keyring\n"); in system_trusted_keyring_init()
123 panic("Can't allocate secondary trusted keyring\n"); in system_trusted_keyring_init()
126 panic("Can't link trusted keyrings\n"); in system_trusted_keyring_init()
176 * @trusted_keys: Trusted keys to use (NULL for builtin trusted keys only,
177 * (void *)1UL for all trusted keys).
233 pr_devel("PKCS#7 signature not signed with a trusted key\n"); in verify_pkcs7_message_sig()
261 * @trusted_keys: Trusted keys to use (NULL for builtin trusted keys only,
262 * (void *)1UL for all trusted keys).