Searched refs:trusted_key_source (Results 1 – 2 of 2) sorted by relevance
31 static char *trusted_key_source; variable32 module_param_named(source, trusted_key_source, charp, 0);35 static const struct trusted_key_source trusted_key_sources[] = {335 if (trusted_key_source && in init_trusted()336 strncmp(trusted_key_source, trusted_key_sources[i].name, in init_trusted()
74 struct trusted_key_source { struct