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

/barrelfish-master/lib/openssl-1.0.0d/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.h354 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f);
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_lib.c266 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f) argument
268 e->ctrl = ctrl_f;
H A Dengine.h478 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
/barrelfish-master/include/openssl/
H A Dengine.h478 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);

Completed in 45 milliseconds