Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-29 08:17:46

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
0004  *
0005  * Licensed under the Apache License 2.0 (the "License").  You may not use
0006  * this file except in compliance with the License.  You can obtain a copy
0007  * in the file LICENSE in the source distribution or at
0008  * https://www.openssl.org/source/license.html
0009  */
0010 
0011 #ifndef OPENSSL_UIERR_H
0012 #define OPENSSL_UIERR_H
0013 #pragma once
0014 
0015 #include <openssl/opensslconf.h>
0016 #include <openssl/symhacks.h>
0017 #include <openssl/cryptoerr_legacy.h>
0018 
0019 /*
0020  * UI reason codes.
0021  */
0022 #define UI_R_COMMON_OK_AND_CANCEL_CHARACTERS 104
0023 #define UI_R_INDEX_TOO_LARGE 102
0024 #define UI_R_INDEX_TOO_SMALL 103
0025 #define UI_R_NO_RESULT_BUFFER 105
0026 #define UI_R_PROCESSING_ERROR 107
0027 #define UI_R_RESULT_TOO_LARGE 100
0028 #define UI_R_RESULT_TOO_SMALL 101
0029 #define UI_R_SYSASSIGN_ERROR 109
0030 #define UI_R_SYSDASSGN_ERROR 110
0031 #define UI_R_SYSQIOW_ERROR 111
0032 #define UI_R_UNKNOWN_CONTROL_COMMAND 106
0033 #define UI_R_UNKNOWN_TTYGET_ERRNO_VALUE 108
0034 #define UI_R_USER_DATA_DUPLICATION_UNSUPPORTED 112
0035 
0036 #endif