Searched refs:ntests (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dcheck-der.c76 int ntests = sizeof(tests) / sizeof(*tests); local
78 for (i = 0; i < ntests; ++i) {
86 ret = generic_test (tests, ntests, sizeof(int),
94 for (i = 0; i < ntests; ++i)
200 int ntests = sizeof(tests) / sizeof(*tests); local
202 for (i = 0; i < ntests; ++i) {
210 ret = generic_test (tests, ntests, sizeof(int),
217 for (i = 0; i < ntests; ++i)
242 int ntests = sizeof(tests) / sizeof(*tests); local
251 ret = generic_test (tests, ntests, sizeo
284 int ntests = sizeof(tests) / sizeof(*tests); local
332 int ntests = sizeof(tests) / sizeof(*tests); local
375 int ret, ntests = sizeof(tests) / sizeof(*tests); local
412 int ntests = sizeof(tests) / sizeof(*tests); local
461 int ntests = sizeof(tests) / sizeof(*tests); local
499 int ntests = sizeof(tests) / sizeof(*tests); local
550 int ntests = sizeof(tests) / sizeof(tests[0]); local
601 int ntests = sizeof(tests) / sizeof(tests[0]); local
643 int ntests = sizeof(tests) / sizeof(*tests); local
656 int ntests = sizeof(tests) / sizeof(*tests); local
669 int ntests = sizeof(tests) / sizeof(*tests); local
681 int ntests = sizeof(tests) / sizeof(*tests); local
693 int ntests = sizeof(tests) / sizeof(*tests); local
706 int ntests = sizeof(tests) / sizeof(*tests); local
723 int ntests = sizeof(tests) / sizeof(*tests); local
750 int ntests = sizeof(tests) / sizeof(*tests); local
765 int ntests = sizeof(tests) / sizeof(*tests); local
781 int ntests = sizeof(tests) / sizeof(*tests); local
[all...]
H A Dcheck-common.h51 unsigned ntests,
62 unsigned ntests,
H A Dcheck-gen.c123 int ntests = sizeof(tests) / sizeof(*tests); local
125 for (i = 0; i < ntests; ++i) {
133 ret = generic_test (tests, ntests, sizeof(Principal),
140 for (i = 0; i < ntests; ++i)
193 int ntests = sizeof(tests) / sizeof(*tests); local
195 for (i = 0; i < ntests; ++i) {
203 ret = generic_test (tests, ntests, sizeof(Authenticator),
210 for (i = 0; i < ntests; ++i)
276 int ntests = sizeof(tests) / sizeof(*tests); local
298 return generic_test (tests, ntests, sizeo
336 int ntests = sizeof(tests) / sizeof(*tests); local
427 int ntests = sizeof(tests) / sizeof(*tests); local
487 int ntests = sizeof(tests) / sizeof(*tests); local
539 int ntests = sizeof(tests) / sizeof(*tests); local
690 int ntests = sizeof(tests) / sizeof(*tests); local
781 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); local
852 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); local
935 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); local
1021 int ret = 0, ntests = sizeof(tests) / sizeof(*tests); local
1083 int ntests = sizeof(tests) / sizeof(*tests); local
1108 int ntests = sizeof(tests) / sizeof(*tests); local
1125 int ntests = sizeof(tests) / sizeof(*tests); local
[all...]
H A Dcheck-common.c197 unsigned ntests,
216 for (i = 0; i < ntests; ++i) {
355 unsigned ntests,
369 for (i = 0; i < ntests; ++i) {
196 generic_test(const struct test_case *tests, unsigned ntests, size_t data_size, int (ASN1CALL *encode)(unsigned char *, size_t, void *, size_t *), int (ASN1CALL *length)(void *), int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *), int (ASN1CALL *free_data)(void *), int (*cmp)(void *a, void *b), int (ASN1CALL *copy)(const void *from, void *to)) argument
354 generic_decode_fail(const struct test_case *tests, unsigned ntests, size_t data_size, int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *)) argument
/freebsd-13-stable/contrib/opie/
H A Dopietest.c269 int ntests = 0, testn = 0; local
277 ntests++;
279 printf("opietest: executing %d tests\n", ntests);
282 printf("(%2d/%2d) testing opie%s... ", testn++, ntests, opietest->n);
301 printf("opietest: completed %d tests. %d tests passed, %d tests skipped, %d tests failed.\n", ntests, tests_passed, tests_skipped, tests_failed);
/freebsd-13-stable/contrib/expat/tests/
H A Dminicheck.c85 if (tc->allocated == tc->ntests) {
93 tc->tests[tc->ntests] = test;
94 tc->ntests++;
161 for (i = 0; i < tc->ntests; ++i) {
H A Dminicheck.h92 int ntests; member in struct:TCase
/freebsd-13-stable/lib/msun/tests/
H A Dconj_test.c75 static const int ntests = sizeof(tests) / sizeof(tests[0]) / 2; local
80 for (i = 0; i < ntests; i++) {
/freebsd-13-stable/lib/libcrypt/
H A Dcrypt-sha256.c304 #define ntests (sizeof (tests) / sizeof (tests[0])) macro
360 for (cnt = 0; cnt < (int)ntests; ++cnt) {
H A Dcrypt-sha512.c335 #define ntests (sizeof (tests) / sizeof (tests[0])) macro
393 for (cnt = 0; cnt < (int)ntests; ++cnt) {
/freebsd-13-stable/contrib/libucl/tests/
H A Dtest_msgpack.c30 static const int ntests = 10; variable
140 for (j = 0; j < ntests; j ++) {
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c108 static int xnb_unit_test_runner(test_fixture_t const tests[], int ntests,
204 * \param ntests The length of tests
210 xnb_unit_test_runner(test_fixture_t const tests[], int ntests, char *buffer, argument
217 for (i = 0; i < ntests; i++) {
238 n_passes = ntests - n_failures;

Completed in 134 milliseconds