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

/external/openssl/crypto/engine/
H A Deng_ctrl.c174 case ENGINE_CTRL_GET_CMD_FLAGS:
212 case ENGINE_CTRL_GET_CMD_FLAGS:
238 if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, cmd, NULL, NULL)) < 0)
325 if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, NULL, NULL)) < 0)
H A Dengine.h152 * ENGINE_CTRL_GET_CMD_FLAGS to indicate to the caller what kind of input each
244 #define ENGINE_CTRL_GET_CMD_FLAGS 18 macro
/external/openssl/apps/
H A Dengine.c221 if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num,
/external/openssl/include/openssl/
H A Dengine.h152 * ENGINE_CTRL_GET_CMD_FLAGS to indicate to the caller what kind of input each
244 #define ENGINE_CTRL_GET_CMD_FLAGS 18 macro

Completed in 248 milliseconds