Home
last modified time | relevance | path

Searched refs:init_f (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/store/
Dstr_meth.c86 int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f) in STORE_method_set_initialise_function() argument
88 sm->init = init_f; in STORE_method_set_initialise_function()
Dstore.h340 int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f);
/external/openssl/crypto/engine/
Deng_lib.c254 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) in ENGINE_set_init_function() argument
256 e->init = init_f; in ENGINE_set_init_function()
Dengine.h485 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);
/external/openssl/include/openssl/
Dengine.h485 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);