test_type
mlkem_decap_tests(const char *fn, int rank, enum test_type test_type)
if (test_type == TEST_TYPE_NORMAL)
if (test_type == TEST_TYPE_NIST)
errx(1, "unknown decap test: rank %d, type %d", rank, test_type);
mlkem_keygen_tests(const char *fn, int rank, enum test_type test_type)
if (test_type == TEST_TYPE_NORMAL)
if (test_type == TEST_TYPE_NIST)
errx(1, "unknown keygen test: rank %d, type %d", rank, test_type);
unsigned long test_type;
intel_dp->compliance.test_type = request;
if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) {
intel_dp->compliance.test_type != DP_TEST_LINK_PHY_TEST_PATTERN)
switch (intel_dp->compliance.test_type) {
if (intel_dp->compliance.test_type ==
else if (intel_dp->compliance.test_type ==
} else if (intel_dp->compliance.test_type ==
seq_printf(m, "%02lx\n", intel_dp->compliance.test_type);
static int run_test(struct intel_gt *gt, int test_type)
switch (test_type) {
if (test_type != SLPC_POWER) {