Searched refs:trusted_key_sources (Results 1 – 1 of 1) sorted by relevance
36 static const struct trusted_key_source trusted_key_sources[] = { variable51 DEFINE_STATIC_CALL_NULL(trusted_key_seal, *trusted_key_sources[0].ops->seal);53 *trusted_key_sources[0].ops->unseal);55 *trusted_key_sources[0].ops->get_random);337 for (i = 0; i < ARRAY_SIZE(trusted_key_sources); i++) { in init_trusted()339 strncmp(trusted_key_source, trusted_key_sources[i].name, in init_trusted()340 strlen(trusted_key_sources[i].name))) in init_trusted()348 get_random = trusted_key_sources[i].ops->get_random; in init_trusted()352 } else if (strcmp(trusted_rng, trusted_key_sources[i].name) || in init_trusted()356 pr_cont(", %s", trusted_key_sources[i].name); in init_trusted()[all …]