Searched defs:init_f (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/engine/
H A Deng_lib.c254 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) argument
256 e->init = init_f;
/external/chromium_org/third_party/openssl/openssl/crypto/store/
H A Dstr_meth.c86 int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f) argument
88 sm->init = init_f;
/external/openssl/crypto/engine/
H A Deng_lib.c254 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) argument
256 e->init = init_f;
/external/openssl/crypto/store/
H A Dstr_meth.c86 int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f) argument
88 sm->init = init_f;

Completed in 120 milliseconds