Home
last modified time | relevance | path

Searched refs:ENGINE_R_INTERNAL_LIST_ERROR (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_list.c123 ENGINEerr(ENGINE_F_ENGINE_LIST_ADD, ENGINE_R_INTERNAL_LIST_ERROR); in engine_list_add()
135 ENGINEerr(ENGINE_F_ENGINE_LIST_ADD, ENGINE_R_INTERNAL_LIST_ERROR); in engine_list_add()
266 ENGINEerr(ENGINE_F_ENGINE_ADD, ENGINE_R_INTERNAL_LIST_ERROR); in ENGINE_add()
283 ENGINEerr(ENGINE_F_ENGINE_REMOVE, ENGINE_R_INTERNAL_LIST_ERROR); in ENGINE_remove()
Deng_ctrl.c175 ENGINEerr(ENGINE_F_INT_CTRL_HELPER, ENGINE_R_INTERNAL_LIST_ERROR); in int_ctrl_helper()
326 ENGINE_R_INTERNAL_LIST_ERROR); in ENGINE_ctrl_cmd_string()
369 ENGINE_R_INTERNAL_LIST_ERROR); in ENGINE_ctrl_cmd_string()
Deng_err.c143 {ERR_REASON(ENGINE_R_INTERNAL_LIST_ERROR), "internal list error"},
Dengine.h895 # define ENGINE_R_INTERNAL_LIST_ERROR 110 macro