Lines Matching refs:trusted
62 * new certificate as being trusted.
65 * matching parent certificate in the trusted list, -EKEYREJECTED if the
121 struct key *trusted, bool check_dest)
134 if (!trusted && !check_dest)
146 if (trusted) {
147 if (trusted->type == &key_type_keyring) {
149 key = find_asymmetric_key(trusted, sig->auth_ids[0],
153 } else if (trusted->type == &key_type_asymmetric) {
156 signer_ids = asymmetric_key_ids(trusted);
180 key = __key_get(trusted);
186 key = __key_get(trusted);
218 * @trusted: A key or ring of keys that can be used to vouch for the new cert.
225 * couldn't find a matching parent certificate in the trusted list,
233 struct key *trusted)
235 return key_or_keyring_common(dest_keyring, type, payload, trusted,
245 * @trusted: A key or ring of keys that can be used to vouch for the new cert.
252 * couldn't find a matching parent certificate in the trusted list,
260 struct key *trusted)
262 return key_or_keyring_common(dest_keyring, type, payload, trusted,