Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:39

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2022 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_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  * BN reason codes.
0023  */
0024 # define BN_R_ARG2_LT_ARG3                                100
0025 # define BN_R_BAD_RECIPROCAL                              101
0026 # define BN_R_BIGNUM_TOO_LONG                             114
0027 # define BN_R_BITS_TOO_SMALL                              118
0028 # define BN_R_CALLED_WITH_EVEN_MODULUS                    102
0029 # define BN_R_DIV_BY_ZERO                                 103
0030 # define BN_R_ENCODING_ERROR                              104
0031 # define BN_R_EXPAND_ON_STATIC_BIGNUM_DATA                105
0032 # define BN_R_INPUT_NOT_REDUCED                           110
0033 # define BN_R_INVALID_LENGTH                              106
0034 # define BN_R_INVALID_RANGE                               115
0035 # define BN_R_INVALID_SHIFT                               119
0036 # define BN_R_NOT_A_SQUARE                                111
0037 # define BN_R_NOT_INITIALIZED                             107
0038 # define BN_R_NO_INVERSE                                  108
0039 # define BN_R_NO_PRIME_CANDIDATE                          121
0040 # define BN_R_NO_SOLUTION                                 116
0041 # define BN_R_NO_SUITABLE_DIGEST                          120
0042 # define BN_R_PRIVATE_KEY_TOO_LARGE                       117
0043 # define BN_R_P_IS_NOT_PRIME                              112
0044 # define BN_R_TOO_MANY_ITERATIONS                         113
0045 # define BN_R_TOO_MANY_TEMPORARY_VARIABLES                109
0046 
0047 #endif