HomeSort by: relevance | last modified time | path
    Searched refs:TEST_skip (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/test/
cipher_overhead_test.c 44 TEST_skip("Skipping disabled cipher %s", ciph->name);
rpktest.c 178 testresult = TEST_skip("EDCSA disabled");
195 testresult = TEST_skip("EDCSA disabled");
203 testresult = TEST_skip("TLSv1.3 disabled");
211 testresult = TEST_skip("TLSv1.2 disabled");
353 testresult = TEST_skip("PHA requires TLSv1.3");
391 testresult = TEST_skip("Only testing resumption with server RPK");
400 testresult = TEST_skip("Only testing resumption with server RPK");
411 testresult = TEST_skip("Only testing resumption with server RPK");
415 testresult = TEST_skip("Only testing client authentication resumption with client RPK");
435 testresult = TEST_skip("Only testing resumption with server RPK")
    [all...]
prov_config_test.c 94 return TEST_skip("Skipping modulepath test as provider not present");
ssl_ctx_test.c 100 return TEST_skip("Protocol not supported");
test_test.c 536 return TEST_skip("skip test");
541 return TEST_skip("skip tests: %d", n);
550 return TEST_skip(NULL);
localetest.c 102 return TEST_skip("Cannot set the locale necessary for test");
131 return TEST_skip("Locale support not available");
sslapitest.c 1158 testresult = TEST_skip("Kernel does not support KTLS");
1163 testresult = TEST_skip("CHACHA is not supported in FIPS");
1248 testresult = TEST_skip("KTLS not supported for %s cipher %s",
1333 testresult = TEST_skip("Kernel does not support KTLS");
1338 testresult = TEST_skip("CHACHA is not supported in FIPS");
1380 testresult = TEST_skip("Failed to enable KTLS for %s cipher %s",
1574 return TEST_skip("TLS 1.3 not supported");
1582 return TEST_skip("TLS 1.2 not supported");
1590 return TEST_skip("TLS 1.1 not supported");
1598 return TEST_skip("TLS 1 not supported")
    [all...]
drbgtest.c 553 return TEST_skip("CRNGT cannot be disabled");
805 return TEST_skip("CRNGT cannot be disabled");
quic_tserver_test.c 80 TEST_skip("thread assisted mode not enabled");
ecdsatest.c 101 return TEST_skip("skip non approved curves");
ssl_test.c 412 ret = TEST_skip("FIPS provider unable to run this test");
testutil.h 414 int test_skip(const char *file, int line, const char *desc, ...)
550 #define TEST_skip test_skip_c90
554 #define TEST_skip(...) test_skip(__FILE__, __LINE__, __VA_ARGS__)
threadstest.c 992 return TEST_skip("FIPS not supported");
1135 TEST_skip("multi default test already run");
endecode_test.c 661 return TEST_skip("Test not available if using a non-default library context or FIPS provider");
781 return TEST_skip("Test not available if using a non-default library context or FIPS provider");
798 return TEST_skip("Legacy provider not available");
  /src/crypto/external/bsd/openssl/dist/test/
cipher_overhead_test.c 44 TEST_skip("Skipping disabled cipher %s", ciph->name);
prov_config_test.c 94 return TEST_skip("Skipping modulepath test as provider not present");
threadstest.c 480 return TEST_skip("FIPS not supported");
484 return TEST_skip("Skipping tests for deprected functions");
589 TEST_skip("multi default test already run");
test_test.c 536 return TEST_skip("skip test");
541 return TEST_skip("skip tests: %d", n);
550 return TEST_skip(NULL);
localetest.c 102 return TEST_skip("Cannot set the locale necessary for test");
131 return TEST_skip("Locale support not available");
drbgtest.c 562 return TEST_skip("CRNGT cannot be disabled");
815 return TEST_skip("CRNGT cannot be disabled");
evp_extra_test.c 1303 return TEST_skip("Test does not support a non-default library context");
1377 return TEST_skip("Test does not support a non-default library context");
1532 return TEST_skip("Test does not support a non-default library context");
1574 return TEST_skip("Test does not support a non-default library context");
1671 return TEST_skip("Test does not support a non-default library context");
2461 return TEST_skip("Test does not support a non-default library context");
2930 return TEST_skip("Test does not support a non-default library context");
3171 return TEST_skip("Test does not support a non-default library context");
3338 return TEST_skip("Test does not support a non-default library context");
3482 return TEST_skip("Test requires legacy provider to be loaded")
    [all...]
ecdsatest.c 101 return TEST_skip("skip non approved curves");
testutil.h 413 int test_skip(const char *file, int line, const char *desc, ...)
535 # define TEST_skip test_skip_c90
539 # define TEST_skip(...) test_skip(__FILE__, __LINE__, __VA_ARGS__)
sslapitest.c 1178 testresult = TEST_skip("Kernel does not support KTLS");
1183 testresult = TEST_skip("CHACHA is not supported in FIPS");
1264 testresult = TEST_skip("KTLS not supported for %s cipher %s",
1317 testresult = TEST_skip("Kernel does not support KTLS");
1322 testresult = TEST_skip("CHACHA is not supported in FIPS");
1355 testresult = TEST_skip("Failed to enable KTLS for %s cipher %s",
3506 res = TEST_skip("Test took too long, ignoring result");
4911 return TEST_skip("X25519 might not be supported by fips provider.");
4917 return TEST_skip("X448 might not be supported by fips provider.");
5133 return TEST_skip("X25519 and X448 might not be available in fips provider.")
    [all...]
endecode_test.c 657 return TEST_skip("Test not available if using a non-default library context or FIPS provider");
778 return TEST_skip("Test not available if using a non-default library context or FIPS provider");
795 return TEST_skip("Legacy provider not available");

Completed in 57 milliseconds

1 2