Symbol: ERR_LIB_UI
crypto/openssl/crypto/err/err.c
65
{ ERR_PACK(ERR_LIB_UI, 0, 0), "UI routines" },
crypto/openssl/crypto/ui/ui_err.c
18
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS),
crypto/openssl/crypto/ui/ui_err.c
20
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_INDEX_TOO_LARGE), "index too large" },
crypto/openssl/crypto/ui/ui_err.c
21
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_INDEX_TOO_SMALL), "index too small" },
crypto/openssl/crypto/ui/ui_err.c
22
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_NO_RESULT_BUFFER), "no result buffer" },
crypto/openssl/crypto/ui/ui_err.c
23
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_PROCESSING_ERROR), "processing error" },
crypto/openssl/crypto/ui/ui_err.c
24
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_RESULT_TOO_LARGE), "result too large" },
crypto/openssl/crypto/ui/ui_err.c
25
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_RESULT_TOO_SMALL), "result too small" },
crypto/openssl/crypto/ui/ui_err.c
26
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_SYSASSIGN_ERROR), "sys$assign error" },
crypto/openssl/crypto/ui/ui_err.c
27
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_SYSDASSGN_ERROR), "sys$dassgn error" },
crypto/openssl/crypto/ui/ui_err.c
28
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_SYSQIOW_ERROR), "sys$qiow error" },
crypto/openssl/crypto/ui/ui_err.c
29
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_UNKNOWN_CONTROL_COMMAND),
crypto/openssl/crypto/ui/ui_err.c
31
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_UNKNOWN_TTYGET_ERRNO_VALUE),
crypto/openssl/crypto/ui/ui_err.c
33
{ ERR_PACK(ERR_LIB_UI, 0, UI_R_USER_DATA_DUPLICATION_UNSUPPORTED),
crypto/openssl/crypto/ui/ui_lib.c
103
ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/ui/ui_lib.c
107
ERR_raise(ERR_LIB_UI, UI_R_NO_RESULT_BUFFER);
crypto/openssl/crypto/ui/ui_lib.c
159
ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/ui/ui_lib.c
161
ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/ui/ui_lib.c
165
ERR_raise(ERR_LIB_UI, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS);
crypto/openssl/crypto/ui/ui_lib.c
32
ERR_raise(ERR_LIB_UI, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/ui/ui_lib.c
415
ERR_raise(ERR_LIB_UI, UI_R_USER_DATA_DUPLICATION_UNSUPPORTED);
crypto/openssl/crypto/ui/ui_lib.c
421
ERR_raise(ERR_LIB_UI, ERR_R_UI_LIB);
crypto/openssl/crypto/ui/ui_lib.c
439
ERR_raise(ERR_LIB_UI, UI_R_INDEX_TOO_SMALL);
crypto/openssl/crypto/ui/ui_lib.c
443
ERR_raise(ERR_LIB_UI, UI_R_INDEX_TOO_LARGE);
crypto/openssl/crypto/ui/ui_lib.c
452
ERR_raise(ERR_LIB_UI, UI_R_INDEX_TOO_SMALL);
crypto/openssl/crypto/ui/ui_lib.c
456
ERR_raise(ERR_LIB_UI, UI_R_INDEX_TOO_LARGE);
crypto/openssl/crypto/ui/ui_lib.c
553
ERR_raise_data(ERR_LIB_UI, UI_R_PROCESSING_ERROR, "while %s", state);
crypto/openssl/crypto/ui/ui_lib.c
560
ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/ui/ui_lib.c
577
ERR_raise(ERR_LIB_UI, UI_R_UNKNOWN_CONTROL_COMMAND);
crypto/openssl/crypto/ui/ui_lib.c
617
ERR_raise(ERR_LIB_UI, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/ui/ui_lib.c
898
ERR_raise_data(ERR_LIB_UI, UI_R_RESULT_TOO_SMALL,
crypto/openssl/crypto/ui/ui_lib.c
906
ERR_raise_data(ERR_LIB_UI, UI_R_RESULT_TOO_LARGE,
crypto/openssl/crypto/ui/ui_lib.c
914
ERR_raise(ERR_LIB_UI, UI_R_NO_RESULT_BUFFER);
crypto/openssl/crypto/ui/ui_lib.c
927
ERR_raise(ERR_LIB_UI, UI_R_NO_RESULT_BUFFER);
crypto/openssl/crypto/ui/ui_openssl.c
457
ERR_raise_data(ERR_LIB_UI, UI_R_UNKNOWN_TTYGET_ERRNO_VALUE,
crypto/openssl/crypto/ui/ui_openssl.c
468
ERR_raise_data(ERR_LIB_UI, UI_R_SYSASSIGN_ERROR,
crypto/openssl/crypto/ui/ui_openssl.c
502
ERR_raise_data(ERR_LIB_UI, UI_R_SYSQIOW_ERROR,
crypto/openssl/crypto/ui/ui_openssl.c
534
ERR_raise_data(ERR_LIB_UI, UI_R_SYSQIOW_ERROR,
crypto/openssl/crypto/ui/ui_openssl.c
561
ERR_raise_data(ERR_LIB_UI, UI_R_SYSDASSGN_ERROR,
crypto/openssl/include/openssl/err.h
169
#define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
crypto/openssl/include/openssl/err.h
338
#define ERR_R_UI_LIB (ERR_LIB_UI /* 40 */ | ERR_RFLAG_COMMON)