Searched refs:new_h3 (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.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-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Denginetest.c107 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") ||
153 if (!ENGINE_add(new_h3) || !ENGINE_add(new_h2)) {
168 if (ENGINE_add(new_h3)) {
180 if (!ENGINE_remove(new_h3)) {
255 if (new_h3)
256 ENGINE_free(new_h3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Denginetest.c107 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") ||
153 if (!ENGINE_add(new_h3) || !ENGINE_add(new_h2)) {
168 if (ENGINE_add(new_h3)) {
180 if (!ENGINE_remove(new_h3)) {
255 if (new_h3)
256 ENGINE_free(new_h3);

Completed in 33 milliseconds