Home
last modified time | relevance | path

Searched refs:new_h4 (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/engine/
Denginetest.c106 ENGINE *new_h4 = NULL; in main() local
132 ((new_h4 = ENGINE_new()) == NULL) || in main()
133 !ENGINE_set_id(new_h4, "test_id3") || in main()
134 !ENGINE_set_name(new_h4, "Fourth test item")) in main()
168 if(!ENGINE_add(new_h4)) in main()
196 if(!ENGINE_remove(new_h4)) in main()
272 if(new_h4) ENGINE_free(new_h4); in main()