Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/crypto/engine/
HDeng_ctrl.c149 case ENGINE_CTRL_HAS_CTRL_FUNCTION: in ENGINE_ctrl()
/freebsd-14-stable/crypto/openssl/apps/
HDengine.c160 if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) || in util_verbose()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDengine.h184 # define ENGINE_CTRL_HAS_CTRL_FUNCTION 10 macro