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