Home
last modified time | relevance | path

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

/external/openssl/crypto/store/
Dstr_meth.c170 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f) in STORE_method_set_ctrl_function() argument
172 sm->ctrl = ctrl_f; in STORE_method_set_ctrl_function()
Dstore.h354 int STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f);
/external/openssl/crypto/engine/
Deng_lib.c266 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f) in ENGINE_set_ctrl_function() argument
268 e->ctrl = ctrl_f; in ENGINE_set_ctrl_function()
Dengine.h478 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
/external/openssl/include/openssl/
Dengine.h478 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);