Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_dyn.c72 static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p,
304 !ENGINE_set_ctrl_function(ret, dynamic_ctrl) || in engine_dynamic()
350 static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) in dynamic_ctrl() function