Home
last modified time | relevance | path

Searched defs:ntests (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/crypto/heimdal/lib/asn1/
H A Dcheck-der.c76 int ntests = sizeof(tests) / sizeof(*tests); in test_integer() local
200 int ntests = sizeof(tests) / sizeof(*tests); in test_unsigned() local
242 int ntests = sizeof(tests) / sizeof(*tests); in test_octet_string() local
284 int ntests = sizeof(tests) / sizeof(*tests); in test_bmp_string() local
332 int ntests = sizeof(tests) / sizeof(*tests); in test_universal_string() local
375 int ret, ntests = sizeof(tests) / sizeof(*tests); in test_general_string() local
412 int ntests = sizeof(tests) / sizeof(*tests); in test_generalized_time() local
461 int ntests = sizeof(tests) / sizeof(*tests); in test_oid() local
499 int ntests = sizeof(tests) / sizeof(*tests); in test_bit_string() local
550 int ntests = sizeof(tests) / sizeof(tests[0]); in test_heim_integer() local
[all …]
H A Dcheck-gen.c123 int ntests = sizeof(tests) / sizeof(*tests); in test_principal() local
193 int ntests = sizeof(tests) / sizeof(*tests); in test_authenticator() local
276 int ntests = sizeof(tests) / sizeof(*tests); in test_krb_error() local
336 int ntests = sizeof(tests) / sizeof(*tests); in test_Name() local
427 int ntests = sizeof(tests) / sizeof(*tests); in test_bit_string() local
487 int ntests = sizeof(tests) / sizeof(*tests); in test_bit_string_rfc1510() local
539 int ntests = sizeof(tests) / sizeof(*tests); in test_time() local
690 int ntests = sizeof(tests) / sizeof(*tests); in test_large_tag() local
899 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); in test_choice() local
970 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); in test_implicit() local
[all …]
H A Dcheck-common.c197 unsigned ntests, in generic_test()
355 unsigned ntests, in generic_decode_fail()
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_disk/
H A Dpage_alignment.c387 run_test_set(const page_test_t * tests,bool want,int * ntests,int * npassed) run_test_set() argument
405 int ntests = 0, npassed = 0; main() local
/freebsd-src/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fuzz.c32 size_t sz, sz2, i, ntests = NUM_FUZZ_TESTS; in sshbuf_fuzz_tests() local
/freebsd-src/contrib/arm-optimized-routines/math/test/rtest/
H A Dmain.c25 int ntests = 0; variable
177 int ntests, i; in dofile() local
/freebsd-src/lib/msun/tests/
H A Dconj_test.c73 static const int ntests = sizeof(tests) / sizeof(tests[0]) / 2; in ATF_TC_BODY() local
/freebsd-src/contrib/expat/tests/
H A Dminicheck.h119 int ntests; member
/freebsd-src/lib/libcrypt/
H A Dcrypt-sha256.c302 #define ntests global() macro
H A Dcrypt-sha512.c333 #define ntests global() macro
/freebsd-src/contrib/libucl/tests/
H A Dtest_msgpack.c30 static const int ntests = 10; variable
/freebsd-src/sys/dev/xen/netback/
H A Dnetback_unit_tests.c209 xnb_unit_test_runner(test_fixture_t const tests[], int ntests, char *buffer, in xnb_unit_test_runner()