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

/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 1253 milliseconds