Home
last modified time | relevance | path

Searched refs:trusted_rng (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_core.c27 static char *trusted_rng = "default"; variable
28 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()

Completed in 2 milliseconds