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

  /external/openssl/crypto/engine/
enginetest.c 123 if(((new_h1 = ENGINE_new()) == NULL) ||
126 ((new_h2 = ENGINE_new()) == NULL) ||
129 ((new_h3 = ENGINE_new()) == NULL) ||
132 ((new_h4 = ENGINE_new()) == NULL) ||
226 if(((block[loop] = ENGINE_new()) == NULL) ||
eng_lib.c 64 ENGINE *ENGINE_new(void)
81 /* Placed here (close proximity to ENGINE_new) so that modifications to the
eng_list.c 371 ENGINE *cp = ENGINE_new();
eng_openssl.c 172 ENGINE *ret = ENGINE_new();
eng_dyn.c 270 ENGINE *ret = ENGINE_new();
engine.h 472 ENGINE *ENGINE_new(void);
    [all...]
eng_cryptodev.c 1367 ENGINE *engine = ENGINE_new();
    [all...]
  /system/security/keystore-engine/
eng_keystore.cpp 407 Unique_ENGINE engine(ENGINE_new());
  /external/openssl/include/openssl/
engine.h 472 ENGINE *ENGINE_new(void);
    [all...]

Completed in 96 milliseconds