Home
last modified time | relevance | path

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

/external/openssl/crypto/engine/
Deng_ctrl.c184 int ctrl_exists, ref_exists; in ENGINE_ctrl() local
193 ctrl_exists = ((e->ctrl == NULL) ? 0 : 1); in ENGINE_ctrl()
204 return ctrl_exists; in ENGINE_ctrl()
213 if(ctrl_exists && !(e->flags & ENGINE_FLAGS_MANUAL_CMD_CTRL)) in ENGINE_ctrl()
215 if(!ctrl_exists) in ENGINE_ctrl()
227 if(!ctrl_exists) in ENGINE_ctrl()