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