Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_core.c34 static char *trusted_key_source; variable
35 module_param_named(source, trusted_key_source, charp, 0);
38 static const struct trusted_key_source trusted_key_sources[] = {
343 if (trusted_key_source && in init_trusted()
344 strncmp(trusted_key_source, trusted_key_sources[i].name, in init_trusted()