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

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Denginetest.c52 ENGINE *new_h1 = NULL; local
58 if (!TEST_ptr(new_h1 = ENGINE_new())
59 || !TEST_true(ENGINE_set_id(new_h1, "test_id0"))
60 || !TEST_true(ENGINE_set_name(new_h1, "First test item"))
74 if (!TEST_true(ENGINE_add(new_h1)))
127 * notify that something is a little off (and might mean that |new_h1|
138 if (!TEST_true(ENGINE_add(new_h1))
139 || !TEST_true(ENGINE_remove(new_h1)))
175 ENGINE_free(new_h1);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Denginetest.c58 ENGINE *new_h1 = NULL; local
64 if (!TEST_ptr(new_h1 = ENGINE_new())
65 || !TEST_true(ENGINE_set_id(new_h1, "test_id0"))
66 || !TEST_true(ENGINE_set_name(new_h1, "First test item"))
80 if (!TEST_true(ENGINE_add(new_h1)))
133 * notify that something is a little off (and might mean that |new_h1|
144 if (!TEST_true(ENGINE_add(new_h1))
145 || !TEST_true(ENGINE_remove(new_h1)))
181 ENGINE_free(new_h1);

Completed in 315 milliseconds