Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/ui/
H A Dui_err.c17 {ERR_PACK(ERR_LIB_UI, UI_F_CLOSE_CONSOLE, 0), "close_console"},
18 {ERR_PACK(ERR_LIB_UI, UI_F_ECHO_CONSOLE, 0), "echo_console"},
19 {ERR_PACK(ERR_LIB_UI, UI_F_GENERAL_ALLOCATE_BOOLEAN, 0),
21 {ERR_PACK(ERR_LIB_UI, UI_F_GENERAL_ALLOCATE_PROMPT, 0),
24 {ERR_PACK(ERR_LIB_UI, UI_F_OPEN_CONSOLE, 0), "open_console"},
27 {ERR_PACK(ERR_LIB_UI, UI_F_UI_CTRL, 0), "UI_ctrl"},
30 {ERR_PACK(ERR_LIB_UI, UI_F_UI_DUP_INPUT_BOOLEAN, 0),
34 {ERR_PACK(ERR_LIB_UI, UI_F_UI_DUP_VERIFY_STRING, 0),
37 {ERR_PACK(ERR_LIB_UI, UI_F_UI_GET_RESULT_LENGTH, 0),
40 {ERR_PACK(ERR_LIB_UI, UI_F_UI_PROCESS, 0), "UI_process"},
[all …]
/freebsd-13.1/crypto/openssl/include/openssl/
H A Derr.h84 # define ERR_LIB_UI 40 macro
124 # define UIerr(f,r) ERR_PUT_error(ERR_LIB_UI,(f),(r),OPENSSL_FILE,OPENSSL_LINE)
191 # define ERR_R_UI_LIB ERR_LIB_UI/* 40 */
/freebsd-13.1/crypto/openssl/crypto/err/
H A Derr.c60 {ERR_PACK(ERR_LIB_UI, 0, 0), "UI routines"},