Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_ctrl.c199 case ENGINE_CTRL_HAS_CTRL_FUNCTION: in ENGINE_ctrl()
Dengine.h241 # define ENGINE_CTRL_HAS_CTRL_FUNCTION 10 macro
/freebsd-9-stable/crypto/openssl/apps/
Dengine.c203 if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) || in util_verbose()