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

  /external/openssl/crypto/engine/
enginetest.c 125 !ENGINE_set_name(new_h1, "First test item") ||
128 !ENGINE_set_name(new_h2, "Second test item") ||
131 !ENGINE_set_name(new_h3, "Third test item") ||
134 !ENGINE_set_name(new_h4, "Fourth test item"))
228 !ENGINE_set_name(block[loop], name))
eng_lib.c 236 int ENGINE_set_name(ENGINE *e, const char *name)
eng_openssl.c 135 || !ENGINE_set_name(e, engine_openssl_name)
eng_dyn.c 274 !ENGINE_set_name(ret, engine_dynamic_name) ||
engine.h 476 int ENGINE_set_name(ENGINE *e, const char *name);
    [all...]
eng_cryptodev.c     [all...]
  /libcore/luni/src/test/native/
test_openssl_engine.cpp 102 || !ENGINE_set_name(e, TEST_ENGINE_NAME)
  /system/security/keystore-engine/
eng_keystore.cpp 379 || !ENGINE_set_name(e, KEYSTORE_ENGINE_NAME)
  /external/openssl/include/openssl/
engine.h 476 int ENGINE_set_name(ENGINE *e, const char *name);
    [all...]

Completed in 154 milliseconds