Warning, file /include/openssl/bnerr.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef OPENSSL_BNERR_H
0012 #define OPENSSL_BNERR_H
0013 #pragma once
0014
0015 #include <openssl/opensslconf.h>
0016 #include <openssl/symhacks.h>
0017 #include <openssl/cryptoerr_legacy.h>
0018
0019
0020
0021
0022 #define BN_R_ARG2_LT_ARG3 100
0023 #define BN_R_BAD_RECIPROCAL 101
0024 #define BN_R_BIGNUM_TOO_LONG 114
0025 #define BN_R_BITS_TOO_SMALL 118
0026 #define BN_R_CALLED_WITH_EVEN_MODULUS 102
0027 #define BN_R_DIV_BY_ZERO 103
0028 #define BN_R_ENCODING_ERROR 104
0029 #define BN_R_EXPAND_ON_STATIC_BIGNUM_DATA 105
0030 #define BN_R_INPUT_NOT_REDUCED 110
0031 #define BN_R_INVALID_LENGTH 106
0032 #define BN_R_INVALID_RANGE 115
0033 #define BN_R_INVALID_SHIFT 119
0034 #define BN_R_NOT_A_SQUARE 111
0035 #define BN_R_NOT_INITIALIZED 107
0036 #define BN_R_NO_INVERSE 108
0037 #define BN_R_NO_PRIME_CANDIDATE 121
0038 #define BN_R_NO_SOLUTION 116
0039 #define BN_R_NO_SUITABLE_DIGEST 120
0040 #define BN_R_PRIVATE_KEY_TOO_LARGE 117
0041 #define BN_R_P_IS_NOT_PRIME 112
0042 #define BN_R_TOO_MANY_ITERATIONS 113
0043 #define BN_R_TOO_MANY_TEMPORARY_VARIABLES 109
0044
0045 #endif