Home
last modified time | relevance | path

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

/third_party/openssl/crypto/engine/
Deng_ctrl.c145 case ENGINE_CTRL_HAS_CTRL_FUNCTION: in ENGINE_ctrl()
/third_party/openssl/include/openssl/
Dengine.h178 # define ENGINE_CTRL_HAS_CTRL_FUNCTION 10 macro
/third_party/openssl/apps/
Dengine.c151 if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) || in util_verbose()