Searched refs:ctrl_f (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/store/
H A Dstr_meth.c170 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f) argument
172 sm->ctrl = ctrl_f;
H A Dstore.h348 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f);
/external/openssl/crypto/engine/
H A Deng_lib.c263 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f) argument
265 e->ctrl = ctrl_f;
H A Dengine.h469 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
/external/openssl/include/openssl/
H A Dengine.h469 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
H A Dstore.h348 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f);

Completed in 373 milliseconds