Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/engine/
H A Deng_ctrl.c127 int ctrl_exists, ref_exists; in ENGINE_ctrl() local
135 ctrl_exists = ((e->ctrl == NULL) ? 0 : 1); in ENGINE_ctrl()
146 return ctrl_exists; in ENGINE_ctrl()
155 if (ctrl_exists && !(e->flags & ENGINE_FLAGS_MANUAL_CMD_CTRL)) in ENGINE_ctrl()
157 if (!ctrl_exists) { in ENGINE_ctrl()
170 if (!ctrl_exists) { in ENGINE_ctrl()