Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/engine/
H A Deng_ctrl.c141 case ENGINE_CTRL_HAS_CTRL_FUNCTION: in ENGINE_ctrl()
/src/crypto/openssl/apps/
H A Dengine.c165 …if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) || ((num = ENGINE_ctrl(e, ENGINE… in util_verbose()
/src/crypto/openssl/include/openssl/
H A Dengine.h184 #define ENGINE_CTRL_HAS_CTRL_FUNCTION 10 macro