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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Denginetest.c106 ENGINE *new_h4 = NULL; local
132 ((new_h4 = ENGINE_new()) == NULL) ||
133 !ENGINE_set_id(new_h4, "test_id3") ||
134 !ENGINE_set_name(new_h4, "Fourth test item"))
168 if(!ENGINE_add(new_h4))
196 if(!ENGINE_remove(new_h4))
272 if(new_h4) ENGINE_free(new_h4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Denginetest.c106 ENGINE *new_h4 = NULL; local
132 ((new_h4 = ENGINE_new()) == NULL) ||
133 !ENGINE_set_id(new_h4, "test_id3") ||
134 !ENGINE_set_name(new_h4, "Fourth test item"))
168 if(!ENGINE_add(new_h4))
196 if(!ENGINE_remove(new_h4))
272 if(new_h4) ENGINE_free(new_h4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Denginetest.c108 ENGINE *new_h4 = NULL; local
132 ((new_h4 = ENGINE_new()) == NULL) ||
133 !ENGINE_set_id(new_h4, "test_id3") ||
134 !ENGINE_set_name(new_h4, "Fourth test item")) {
163 if (!ENGINE_add(new_h4)) {
185 if (!ENGINE_remove(new_h4)) {
257 if (new_h4)
258 ENGINE_free(new_h4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Denginetest.c108 ENGINE *new_h4 = NULL; local
132 ((new_h4 = ENGINE_new()) == NULL) ||
133 !ENGINE_set_id(new_h4, "test_id3") ||
134 !ENGINE_set_name(new_h4, "Fourth test item")) {
163 if (!ENGINE_add(new_h4)) {
185 if (!ENGINE_remove(new_h4)) {
257 if (new_h4)
258 ENGINE_free(new_h4);

Completed in 51 milliseconds