Lines Matching defs:platform
17 * "platform" associated with each meta-test.
20 * the meta-tests for a given platform and validate that they trigger a
31 #include <mbedtls/platform.h>
366 const char *platform;
373 * When executed on a conforming platform, the function is expected to
378 * When executed on a non-conforming platform, the function may return
389 * See the documentation of metatest_t::platform for the meaning of
390 * platform values.
432 mbedtls_fprintf(out, "With 'list', list the available tests and their platform requirement.\n");
455 mbedtls_printf("%s %s\n", p->name, p->platform);