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

  /src/crypto/external/bsd/openssl.old/dist/test/
enginetest.c 54 ENGINE *new_h3 = NULL; local
64 || !TEST_ptr(new_h3 = ENGINE_new())
65 || !TEST_true(ENGINE_set_id(new_h3, "test_id2"))
66 || !TEST_true(ENGINE_set_name(new_h3, "Third test item"))
86 if (!TEST_true(ENGINE_add(new_h3))
103 if (!TEST_false(ENGINE_add(new_h3)))
112 if (!TEST_true(ENGINE_remove(new_h3)))
177 ENGINE_free(new_h3);
  /src/crypto/external/apache2/openssl/dist/test/
enginetest.c 60 ENGINE *new_h3 = NULL; local
70 || !TEST_ptr(new_h3 = ENGINE_new())
71 || !TEST_true(ENGINE_set_id(new_h3, "test_id2"))
72 || !TEST_true(ENGINE_set_name(new_h3, "Third test item"))
92 if (!TEST_true(ENGINE_add(new_h3))
109 if (!TEST_false(ENGINE_add(new_h3)))
118 if (!TEST_true(ENGINE_remove(new_h3)))
183 ENGINE_free(new_h3);
  /src/crypto/external/bsd/openssl/dist/test/
enginetest.c 60 ENGINE *new_h3 = NULL; local
70 || !TEST_ptr(new_h3 = ENGINE_new())
71 || !TEST_true(ENGINE_set_id(new_h3, "test_id2"))
72 || !TEST_true(ENGINE_set_name(new_h3, "Third test item"))
92 if (!TEST_true(ENGINE_add(new_h3))
109 if (!TEST_false(ENGINE_add(new_h3)))
118 if (!TEST_true(ENGINE_remove(new_h3)))
183 ENGINE_free(new_h3);

Completed in 24 milliseconds