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

  /src/crypto/external/bsd/openssl.old/dist/test/
enginetest.c 55 ENGINE *new_h4 = NULL; local
67 || !TEST_ptr(new_h4 = ENGINE_new())
68 || !TEST_true(ENGINE_set_id(new_h4, "test_id3"))
69 || !TEST_true(ENGINE_set_name(new_h4, "Fourth test item")))
97 if (!TEST_true(ENGINE_add(new_h4)))
117 if (!TEST_true(ENGINE_remove(new_h4)))
178 ENGINE_free(new_h4);
  /src/crypto/external/apache2/openssl/dist/test/
enginetest.c 61 ENGINE *new_h4 = NULL; local
73 || !TEST_ptr(new_h4 = ENGINE_new())
74 || !TEST_true(ENGINE_set_id(new_h4, "test_id3"))
75 || !TEST_true(ENGINE_set_name(new_h4, "Fourth test item")))
103 if (!TEST_true(ENGINE_add(new_h4)))
123 if (!TEST_true(ENGINE_remove(new_h4)))
184 ENGINE_free(new_h4);
  /src/crypto/external/bsd/openssl/dist/test/
enginetest.c 61 ENGINE *new_h4 = NULL; local
73 || !TEST_ptr(new_h4 = ENGINE_new())
74 || !TEST_true(ENGINE_set_id(new_h4, "test_id3"))
75 || !TEST_true(ENGINE_set_name(new_h4, "Fourth test item")))
103 if (!TEST_true(ENGINE_add(new_h4)))
123 if (!TEST_true(ENGINE_remove(new_h4)))
184 ENGINE_free(new_h4);

Completed in 28 milliseconds