Home
last modified time | relevance | path

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

/external/openssl/crypto/engine/
Denginetest.c123 if(((new_h1 = ENGINE_new()) == NULL) || in main()
126 ((new_h2 = ENGINE_new()) == NULL) || in main()
129 ((new_h3 = ENGINE_new()) == NULL) || in main()
132 ((new_h4 = ENGINE_new()) == NULL) || in main()
226 if(((block[loop] = ENGINE_new()) == NULL) || in main()
Deng_lib.c64 ENGINE *ENGINE_new(void) in ENGINE_new() function
Deng_openssl.c172 ENGINE *ret = ENGINE_new(); in engine_openssl()
Deng_list.c371 ENGINE *cp = ENGINE_new(); in ENGINE_by_id()
Deng_dyn.c270 ENGINE *ret = ENGINE_new(); in engine_dynamic()
Dengine.h463 ENGINE *ENGINE_new(void);
Deng_cryptodev.c1336 ENGINE *engine = ENGINE_new(); in ENGINE_load_cryptodev()
/external/openssl/include/openssl/
Dengine.h463 ENGINE *ENGINE_new(void);