Lines Matching full:secondary
77 * addition by both built-in and secondary keyrings.
84 * being vouched for by a key in either the built-in or the secondary system
93 /* If we have a secondary trusted keyring, then that contains a link in restrict_link_by_builtin_and_secondary_trusted()
99 /* Allow the builtin keyring to be added to the secondary */ in restrict_link_by_builtin_and_secondary_trusted()
114 * being vouched for by a key in either the built-in or the secondary system
122 /* If we have a secondary trusted keyring, then that contains a link in restrict_link_by_digsig_builtin_and_secondary()
128 /* Allow the builtin keyring to be added to the secondary */ in restrict_link_by_digsig_builtin_and_secondary()
136 * Allocate a struct key_restriction for the "builtin and secondary trust"
146 panic("Can't allocate secondary trusted keyring restriction\n"); in get_builtin_and_secondary_restriction()
157 * add_to_secondary_keyring - Add to secondary keyring.
162 * Add a key to the secondary keyring. The key must be vouched for by a key in the builtin,
163 * machine or secondary keyring itself.
177 pr_err("Problem loading X.509 certificate from %s to secondary keyring %ld\n", in add_to_secondary_keyring()
203 * being vouched for by a key in either the built-in, the secondary, or
215 /* Allow the machine keyring to be added to the secondary */ in restrict_link_by_builtin_secondary_and_machine()
251 panic("Can't allocate secondary trusted keyring\n"); in system_trusted_keyring_init()