Searched defs:ctrl_exists (Results 1 - 1 of 1) sorted by relevance

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

Completed in 74 milliseconds