Searched refs:key (Results 1 – 4 of 4) sorted by relevance
/certs/ |
D | blacklist.c | 20 static struct key *blacklist_keyring; 65 static void blacklist_describe(const struct key *key, struct seq_file *m) in blacklist_describe() argument 67 seq_puts(m, key->description); in blacklist_describe() 85 key_ref_t key; in mark_hash_blacklisted() local 87 key = key_create_or_update(make_key_ref(blacklist_keyring, true), in mark_hash_blacklisted() 96 if (IS_ERR(key)) { in mark_hash_blacklisted() 97 pr_err("Problem blacklisting hash (%ld)\n", PTR_ERR(key)); in mark_hash_blacklisted() 98 return PTR_ERR(key); in mark_hash_blacklisted()
|
D | system_keyring.c | 19 static struct key *builtin_trusted_keys; 21 static struct key *secondary_trusted_keys; 24 static struct key *platform_trusted_keys; 36 int restrict_link_by_builtin_trusted(struct key *dest_keyring, in restrict_link_by_builtin_trusted() 39 struct key *restriction_key) in restrict_link_by_builtin_trusted() 55 struct key *dest_keyring, in restrict_link_by_builtin_and_secondary_trusted() 58 struct key *restrict_key) in restrict_link_by_builtin_and_secondary_trusted() 139 key_ref_t key; in load_system_certificate_list() local 161 key = key_create_or_update(make_key_ref(builtin_trusted_keys, 1), in load_system_certificate_list() 171 if (IS_ERR(key)) { in load_system_certificate_list() [all …]
|
D | Kconfig | 5 string "File name or PKCS#11 URI of module signing key" 9 Provide the file name of a private key/certificate in PEM format, 12 private key. 15 then the kernel will automatically generate the private key and 25 by the kernel from compiled-in data and from hardware key stores, but 65 those keys are not blacklisted and are vouched for by a key built 75 of modules signed with a blacklisted key.
|
D | Makefile | 73 @$(kecho) Generating X.509 key generation config
|