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

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

Completed in 97 milliseconds