Home
last modified time | relevance | path

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

/external/openssl/crypto/engine/
Denginetest.c141 if(!ENGINE_add(new_h1)) in main()
156 if(!ENGINE_add(new_h3) || !ENGINE_add(new_h2)) in main()
168 if(!ENGINE_add(new_h4)) in main()
174 if(ENGINE_add(new_h3)) in main()
212 if(!ENGINE_add(new_h1) || !ENGINE_remove(new_h1)) in main()
237 if(!ENGINE_add(block[loop])) in main()
Deng_dyn.c291 ENGINE_add(toadd); in ENGINE_load_dynamic()
532 if(!ENGINE_add(e)) in dynamic_load()
Deng_openssl.c187 ENGINE_add(toadd); in ENGINE_load_openssl()
Deng_list.c270 int ENGINE_add(ENGINE *e) in ENGINE_add() function
Dengine.h327 int ENGINE_add(ENGINE *e);
Deng_cryptodev.c1445 ENGINE_add(engine); in ENGINE_load_cryptodev()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLEngine.java46 NativeCrypto.ENGINE_add(engineCtx); in getInstance()
DNativeCrypto.java73 public static native int ENGINE_add(long e); in ENGINE_add() method in NativeCrypto
/external/openssl/include/openssl/
Dengine.h327 int ENGINE_add(ENGINE *e);
/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java2578 NativeCrypto.ENGINE_add(engine); in test_ENGINE_by_id_TestEngine()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp1894 int ret = ENGINE_add(e); in NativeCrypto_ENGINE_add()
9570 NATIVE_METHOD(NativeCrypto, ENGINE_add, "(J)I"),