Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/engine/
Deng_ctrl.c186 int ctrl_exists, ref_exists; in ENGINE_ctrl() local
195 ctrl_exists = ((e->ctrl == NULL) ? 0 : 1); in ENGINE_ctrl()
206 return ctrl_exists; in ENGINE_ctrl()
215 if(ctrl_exists && !(e->flags & ENGINE_FLAGS_MANUAL_CMD_CTRL)) in ENGINE_ctrl()
217 if(!ctrl_exists) in ENGINE_ctrl()
229 if(!ctrl_exists) in ENGINE_ctrl()