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

/macosx-10.10/OpenSSL098-52/src/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);
/macosx-10.10/OpenSSL098-52/src/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);
/macosx-10.10/OpenSSL098-52/src/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 138 milliseconds