Searched refs:trusted_key_sources (Results 1 – 1 of 1) sorted by relevance
38 static const struct trusted_key_source trusted_key_sources[] = { variable56 DEFINE_STATIC_CALL_NULL(trusted_key_seal, *trusted_key_sources[0].ops->seal);58 *trusted_key_sources[0].ops->unseal);60 *trusted_key_sources[0].ops->get_random);342 for (i = 0; i < ARRAY_SIZE(trusted_key_sources); i++) { in init_trusted()344 strncmp(trusted_key_source, trusted_key_sources[i].name, in init_trusted()345 strlen(trusted_key_sources[i].name))) in init_trusted()353 get_random = trusted_key_sources[i].ops->get_random; in init_trusted()357 } else if (strcmp(trusted_rng, trusted_key_sources[i].name) || in init_trusted()361 pr_cont(", %s", trusted_key_sources[i].name); in init_trusted()[all …]