Home
last modified time | relevance | path

Searched refs:test_get_argument_count (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dx509_dup_cert_test.c47 n = test_get_argument_count(); in setup_tests()
H A Dfips_version_test.c66 n = test_get_argument_count(); in setup_tests()
H A Ddefltfips_test.c81 argc = test_get_argument_count(); in setup_tests()
H A Devp_fetch_prov_test.c91 if (test_get_argument_count() > 2) in load_providers()
94 for (i = 0; i < test_get_argument_count(); ++i) { in load_providers()
H A Dx509_check_cert_pkey_test.c162 if (test_get_argument_count() == 2) { in setup_tests()
H A Dx509aux.c180 n = test_get_argument_count(); in setup_tests()
H A Dalgorithmid_test.c307 n = test_get_argument_count(); in setup_tests()
H A Dparams_conversion_test.c359 n = test_get_argument_count(); in setup_tests()
H A Denginetest.c456 n = test_get_argument_count(); in setup_tests()
H A Dendecoder_legacy_test.c689 if (test_get_argument_count() != 2) { in OPT_TEST_DECLARE_USAGE()
H A Dtestutil.h201 size_t test_get_argument_count(void);
H A Dbntest.c3138 n = test_get_argument_count(); in setup_tests()
H A Devp_test.c4010 n = test_get_argument_count(); in setup_tests()
/freebsd/crypto/openssl/test/testutil/
H A Doptions.c34 size_t test_get_argument_count(void) in test_get_argument_count() function