Home
last modified time | relevance | path

Searched refs:trusted_key_sources (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_core.c35 static const struct trusted_key_source trusted_key_sources[] = { variable
47 DEFINE_STATIC_CALL_NULL(trusted_key_seal, *trusted_key_sources[0].ops->seal);
49 *trusted_key_sources[0].ops->unseal);
51 *trusted_key_sources[0].ops->get_random);
333 for (i = 0; i < ARRAY_SIZE(trusted_key_sources); i++) { in init_trusted()
335 strncmp(trusted_key_source, trusted_key_sources[i].name, in init_trusted()
336 strlen(trusted_key_sources[i].name))) in init_trusted()
344 get_random = trusted_key_sources[i].ops->get_random; in init_trusted()
348 } else if (strcmp(trusted_rng, trusted_key_sources[i].name) || in init_trusted()
352 pr_cont(", %s", trusted_key_sources[i].name); in init_trusted()
[all …]