Searched refs:trusted_rng (Results 1 – 1 of 1) sorted by relevance
30 static char *trusted_rng = "default"; variable31 module_param_named(rng, trusted_rng, charp, 0);354 if (trusted_rng && strcmp(trusted_rng, "default")) { in init_trusted()355 if (!strcmp(trusted_rng, "kernel")) { in init_trusted()357 } else if (strcmp(trusted_rng, trusted_key_sources[i].name) || in init_trusted()