HomeSort by relevance Sort by last modified time
    Searched refs:new_h4 (Results 1 - 2 of 2) sorted by null

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

Completed in 145 milliseconds