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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Denginetest.c104 ENGINE *new_h2 = NULL; local
126 ((new_h2 = ENGINE_new()) == NULL) ||
127 !ENGINE_set_id(new_h2, "test_id1") ||
128 !ENGINE_set_name(new_h2, "Second test item") ||
156 if(!ENGINE_add(new_h3) || !ENGINE_add(new_h2))
162 if(!ENGINE_remove(new_h2))
182 if(ENGINE_remove(new_h2))
270 if(new_h2) ENGINE_free(new_h2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Denginetest.c104 ENGINE *new_h2 = NULL; local
126 ((new_h2 = ENGINE_new()) == NULL) ||
127 !ENGINE_set_id(new_h2, "test_id1") ||
128 !ENGINE_set_name(new_h2, "Second test item") ||
156 if(!ENGINE_add(new_h3) || !ENGINE_add(new_h2))
162 if(!ENGINE_remove(new_h2))
182 if(ENGINE_remove(new_h2))
270 if(new_h2) ENGINE_free(new_h2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Denginetest.c104 ENGINE *new_h2 = NULL; local
126 ((new_h2 = ENGINE_new()) == NULL) ||
127 !ENGINE_set_id(new_h2, "test_id1") ||
128 !ENGINE_set_name(new_h2, "Second test item") ||
156 if(!ENGINE_add(new_h3) || !ENGINE_add(new_h2))
162 if(!ENGINE_remove(new_h2))
182 if(ENGINE_remove(new_h2))
270 if(new_h2) ENGINE_free(new_h2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Denginetest.c104 ENGINE *new_h2 = NULL; local
126 ((new_h2 = ENGINE_new()) == NULL) ||
127 !ENGINE_set_id(new_h2, "test_id1") ||
128 !ENGINE_set_name(new_h2, "Second test item") ||
156 if(!ENGINE_add(new_h3) || !ENGINE_add(new_h2))
162 if(!ENGINE_remove(new_h2))
182 if(ENGINE_remove(new_h2))
270 if(new_h2) ENGINE_free(new_h2);

Completed in 98 milliseconds