Searched refs:test_type (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | shlibloadtest.c | 40 static TEST_TYPE test_type; variable 80 switch (test_type) { in test_lib() 89 if (test_type != CRYPTO_FIRST) in test_lib() 98 if (test_type != SSL_FIRST) in test_lib() 107 if (test_type == NO_ATEXIT) { in test_lib() 121 if (test_type != JUST_CRYPTO in test_lib() 122 && test_type != DSO_REFTEST in test_lib() 123 && test_type != NO_ATEXIT) { in test_lib() 172 if (test_type == DSO_REFTEST) { in test_lib() 213 if (test_type == CRYPTO_FIRST || test_type == SSL_FIRST) { in test_lib() [all …]
|
| H A D | tls13groupselection_test.c | 381 int ssl_or_ctx, TEST_TYPE test_type) in test_groupnegotiation() argument 440 if (test_type == TEST_NEGOTIATION_SUCCESS) { in test_groupnegotiation() 459 …if (test_type == TEST_NEGOTIATION_FAILURE && !TEST_int_eq((int)current_test_vector->expected_serve… in test_groupnegotiation() 476 TEST_TYPE test_type = TEST_NEGOTIATION_SUCCESS; in tls13groupselection_test() local 488 test_type = TEST_SYNTAX_FAILURE; in tls13groupselection_test() 492 test_type = TEST_NEGOTIATION_FAILURE; in tls13groupselection_test() 494 if (test_type == TEST_SYNTAX_FAILURE) in tls13groupselection_test() 499 WORK_ON_SSL_OBJECT, test_type); in tls13groupselection_test() 505 if (test_type == TEST_SYNTAX_FAILURE) in tls13groupselection_test() 510 WORK_ON_CONTEXT, test_type); in tls13groupselection_test()
|
| /freebsd/crypto/libecc/src/tests/ |
| H A D | ec_self_tests.c | 39 } test_type; typedef 41 static const test_type test_types[] = { 128 for (j = 0; j < (int)(sizeof(test_types) / sizeof(test_type)); j++) { in print_help() 189 j < (int)(sizeof(test_types) / sizeof(test_type)); in main() 249 j < (int)(sizeof(test_types) / sizeof(test_type)); in main()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | Makefile.am | 82 %D%/zpool.d/test_type \ 127 test_type \
|
| /freebsd/sys/dev/mxge/ |
| H A D | if_mxge.c | 465 mxge_dma_test(mxge_softc_t *sc, int test_type) in mxge_dma_test() argument 487 status = mxge_send_cmd(sc, test_type, &cmd); in mxge_dma_test() 497 status = mxge_send_cmd(sc, test_type, &cmd); in mxge_dma_test() 508 status = mxge_send_cmd(sc, test_type, &cmd); in mxge_dma_test() 517 if (status != 0 && test_type != MXGEFW_CMD_UNALIGNED_TEST) in mxge_dma_test()
|