HomeSort by: relevance | last modified time | path
    Searched refs:test_app (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
ssl_test.c 401 char test_app[MAX_TESTCASE_NAME_LENGTH]; local
403 BIO_snprintf(test_app, sizeof(test_app), "test-%d", idx);
405 test_ctx = SSL_TEST_CTX_create(conf, test_app, libctx);
504 || !TEST_int_gt(CONF_modules_load(conf, test_app, 0), 0))
  /src/crypto/external/bsd/openssl/dist/test/
ssl_test.c 401 char test_app[MAX_TESTCASE_NAME_LENGTH]; local
403 BIO_snprintf(test_app, sizeof(test_app), "test-%d", idx);
405 test_ctx = SSL_TEST_CTX_create(conf, test_app, libctx);
501 || !TEST_int_gt(CONF_modules_load(conf, test_app, 0), 0))
  /src/crypto/external/bsd/openssl.old/dist/test/
ssl_test.c 398 char test_app[MAX_TESTCASE_NAME_LENGTH]; local
400 BIO_snprintf(test_app, sizeof(test_app), "test-%d", idx);
402 test_ctx = SSL_TEST_CTX_create(conf, test_app);
477 || !TEST_int_gt(CONF_modules_load(conf, test_app, 0), 0))

Completed in 24 milliseconds