Home
last modified time | relevance | path

Searched refs:keyring (Results 1 – 2 of 2) sorted by relevance

/certs/
DKconfig23 Provide a system keyring to which trusted keys can be added. Keys in
24 the keyring are considered to be trusted. Keys may be added at will
27 keys already in the keyring.
29 Keys in this keyring are used by module signature checking.
32 string "Additional X.509 keys for default system keyring"
37 system keyring. Any certificate used for module signing is implicitly
40 NOTE: If you previously provided keys for the system keyring in the
50 system keyring without recompiling the kernel.
61 bool "Provide a keyring to which extra trustable keys may be added"
64 If set, provide a keyring to which extra keys may be added, provided
[all …]
Dsystem_keyring.c310 void __init set_platform_trusted_keys(struct key *keyring) in set_platform_trusted_keys() argument
312 platform_trusted_keys = keyring; in set_platform_trusted_keys()