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

/external/chromium_org/third_party/openssl/openssl/crypto/engine/
H A Denginetest.c103 ENGINE *new_h1 = NULL; local
123 if(((new_h1 = ENGINE_new()) == NULL) ||
124 !ENGINE_set_id(new_h1, "test_id0") ||
125 !ENGINE_set_name(new_h1, "First test item") ||
141 if(!ENGINE_add(new_h1))
212 if(!ENGINE_add(new_h1) || !ENGINE_remove(new_h1))
269 if(new_h1) ENGINE_free(new_h1);
/external/openssl/crypto/engine/
H A Denginetest.c103 ENGINE *new_h1 = NULL; local
123 if(((new_h1 = ENGINE_new()) == NULL) ||
124 !ENGINE_set_id(new_h1, "test_id0") ||
125 !ENGINE_set_name(new_h1, "First test item") ||
141 if(!ENGINE_add(new_h1))
212 if(!ENGINE_add(new_h1) || !ENGINE_remove(new_h1))
269 if(new_h1) ENGINE_free(new_h1);

Completed in 275 milliseconds