Searched refs:new_h3 (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.c105 ENGINE *new_h3 = NULL; local
129 ((new_h3 = ENGINE_new()) == NULL) ||
130 !ENGINE_set_id(new_h3, "test_id2") ||
131 !ENGINE_set_name(new_h3, "Third test item") ||
156 if(!ENGINE_add(new_h3) || !ENGINE_add(new_h2))
174 if(ENGINE_add(new_h3))
190 if(!ENGINE_remove(new_h3))
271 if(new_h3) ENGINE_free(new_h3);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Denginetest.c105 ENGINE *new_h3 = NULL; local
129 ((new_h3 = ENGINE_new()) == NULL) ||
130 !ENGINE_set_id(new_h3, "test_id2") ||
131 !ENGINE_set_name(new_h3, "Third test item") ||
156 if(!ENGINE_add(new_h3) || !ENGINE_add(new_h2))
174 if(ENGINE_add(new_h3))
190 if(!ENGINE_remove(new_h3))
271 if(new_h3) ENGINE_free(new_h3);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Denginetest.c105 ENGINE *new_h3 = NULL; local
129 ((new_h3 = ENGINE_new()) == NULL) ||
130 !ENGINE_set_id(new_h3, "test_id2") ||
131 !ENGINE_set_name(new_h3, "Third test item") ||
156 if(!ENGINE_add(new_h3) || !ENGINE_add(new_h2))
174 if(ENGINE_add(new_h3))
190 if(!ENGINE_remove(new_h3))
271 if(new_h3) ENGINE_free(new_h3);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Denginetest.c105 ENGINE *new_h3 = NULL; local
129 ((new_h3 = ENGINE_new()) == NULL) ||
130 !ENGINE_set_id(new_h3, "test_id2") ||
131 !ENGINE_set_name(new_h3, "Third test item") ||
156 if(!ENGINE_add(new_h3) || !ENGINE_add(new_h2))
174 if(ENGINE_add(new_h3))
190 if(!ENGINE_remove(new_h3))
271 if(new_h3) ENGINE_free(new_h3);

Completed in 99 milliseconds