| /src/crypto/external/apache2/openssl/dist/test/ |
| danetest.c | 33 static const char *tlsafile; variable 391 if (!TEST_ptr(f = BIO_new_file(tlsafile, "r")) 397 || !TEST_int_gt(test_tlsafile(ctx, basedomain, f, tlsafile), 0)) 408 OPT_TEST_DECLARE_USAGE("basedomain CAfile tlsafile\n") 419 || !TEST_ptr(tlsafile = test_get_argument(2)))
|
| danetest.c | 33 static const char *tlsafile; variable 391 if (!TEST_ptr(f = BIO_new_file(tlsafile, "r")) 397 || !TEST_int_gt(test_tlsafile(ctx, basedomain, f, tlsafile), 0)) 408 OPT_TEST_DECLARE_USAGE("basedomain CAfile tlsafile\n") 419 || !TEST_ptr(tlsafile = test_get_argument(2)))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| danetest.c | 33 static const char *tlsafile; variable 390 if (!TEST_ptr(f = BIO_new_file(tlsafile, "r")) 396 || !TEST_int_gt(test_tlsafile(ctx, basedomain, f, tlsafile), 0)) 407 OPT_TEST_DECLARE_USAGE("basedomain CAfile tlsafile\n") 418 || !TEST_ptr(tlsafile = test_get_argument(2)))
|
| danetest.c | 33 static const char *tlsafile; variable 390 if (!TEST_ptr(f = BIO_new_file(tlsafile, "r")) 396 || !TEST_int_gt(test_tlsafile(ctx, basedomain, f, tlsafile), 0)) 407 OPT_TEST_DECLARE_USAGE("basedomain CAfile tlsafile\n") 418 || !TEST_ptr(tlsafile = test_get_argument(2)))
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| danetest.c | 33 static const char *tlsafile; variable 393 if (!TEST_ptr(f = BIO_new_file(tlsafile, "r")) 401 || !TEST_int_gt(test_tlsafile(ctx, basedomain, f, tlsafile), 0)) 416 || !TEST_ptr(tlsafile = test_get_argument(2))) { 417 TEST_error("Usage error: danetest basedomain CAfile tlsafile");
|
| danetest.c | 33 static const char *tlsafile; variable 393 if (!TEST_ptr(f = BIO_new_file(tlsafile, "r")) 401 || !TEST_int_gt(test_tlsafile(ctx, basedomain, f, tlsafile), 0)) 416 || !TEST_ptr(tlsafile = test_get_argument(2))) { 417 TEST_error("Usage error: danetest basedomain CAfile tlsafile");
|