Symbol: test_type
regress/lib/libcrypto/mlkem/mlkem_tests.c
272
mlkem_decap_tests(const char *fn, int rank, enum test_type test_type)
regress/lib/libcrypto/mlkem/mlkem_tests.c
278
if (test_type == TEST_TYPE_NORMAL)
regress/lib/libcrypto/mlkem/mlkem_tests.c
280
if (test_type == TEST_TYPE_NIST)
regress/lib/libcrypto/mlkem/mlkem_tests.c
283
errx(1, "unknown decap test: rank %d, type %d", rank, test_type);
regress/lib/libcrypto/mlkem/mlkem_tests.c
671
mlkem_keygen_tests(const char *fn, int rank, enum test_type test_type)
regress/lib/libcrypto/mlkem/mlkem_tests.c
677
if (test_type == TEST_TYPE_NORMAL)
regress/lib/libcrypto/mlkem/mlkem_tests.c
679
if (test_type == TEST_TYPE_NIST)
regress/lib/libcrypto/mlkem/mlkem_tests.c
682
errx(1, "unknown keygen test: rank %d, type %d", rank, test_type);
sys/dev/pci/drm/i915/display/intel_display_types.h
1588
unsigned long test_type;
sys/dev/pci/drm/i915/display/intel_dp_test.c
391
intel_dp->compliance.test_type = request;
sys/dev/pci/drm/i915/display/intel_dp_test.c
49
if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) {
sys/dev/pci/drm/i915/display/intel_dp_test.c
499
intel_dp->compliance.test_type != DP_TEST_LINK_PHY_TEST_PATTERN)
sys/dev/pci/drm/i915/display/intel_dp_test.c
528
switch (intel_dp->compliance.test_type) {
sys/dev/pci/drm/i915/display/intel_dp_test.c
681
if (intel_dp->compliance.test_type ==
sys/dev/pci/drm/i915/display/intel_dp_test.c
685
else if (intel_dp->compliance.test_type ==
sys/dev/pci/drm/i915/display/intel_dp_test.c
693
} else if (intel_dp->compliance.test_type ==
sys/dev/pci/drm/i915/display/intel_dp_test.c
735
seq_printf(m, "%02lx\n", intel_dp->compliance.test_type);
sys/dev/pci/drm/i915/gt/selftest_slpc.c
278
static int run_test(struct intel_gt *gt, int test_type)
sys/dev/pci/drm/i915/gt/selftest_slpc.c
361
switch (test_type) {
sys/dev/pci/drm/i915/gt/selftest_slpc.c
389
if (test_type != SLPC_POWER) {