Searched refs:new_h4 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Denginetest.c55 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);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Denginetest.c61 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 277 milliseconds