Lines Matching defs:keyring
2 /* System trusted keyring for trusted public keys
32 * restrict_link_to_builtin_trusted - Restrict keyring addition by built in CA
34 * Restrict the addition of keys into a keyring based on the key-to-be-added
35 * being vouched for by a key in the built in system keyring.
48 * restrict_link_by_builtin_and_secondary_trusted - Restrict keyring
51 * Restrict the addition of keys into a keyring based on the key-to-be-added
61 /* If we have a secondary trusted keyring, then that contains a link
62 * through to the builtin keyring and the search will follow that link.
67 /* Allow the builtin keyring to be added to the secondary */
76 * keyring. Only for use in system_trusted_keyring_init().
85 panic("Can't allocate secondary trusted keyring restriction\n");
108 panic("Can't allocate builtin trusted keyring\n");
121 panic("Can't allocate secondary trusted keyring\n");
131 * Must be initialised before we try and load the keys into the keyring.
198 pr_devel("PKCS#7 platform keyring is not available\n");
273 void __init set_platform_trusted_keys(struct key *keyring)
275 platform_trusted_keys = keyring;