Numbers greater than 1 are usually non-negative.
[openssl.git] / crypto / bn / bn_err.c
1 /*
2  * Generated by util/mkerr.pl DO NOT EDIT
3  * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
4  *
5  * Licensed under the OpenSSL license (the "License").  You may not use
6  * this file except in compliance with the License.  You can obtain a copy
7  * in the file LICENSE in the source distribution or at
8  * https://www.openssl.org/source/license.html
9  */
10
11 #include <stdio.h>
12 #include <openssl/err.h>
13 #include <openssl/bn.h>
14
15 /* BEGIN ERROR CODES */
16 #ifndef OPENSSL_NO_ERR
17
18 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_BN,func,0)
19 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
20
21 static ERR_STRING_DATA BN_str_functs[] = {
22     {ERR_FUNC(BN_F_BNRAND), "bnrand"},
23     {ERR_FUNC(BN_F_BN_BLINDING_CONVERT_EX), "BN_BLINDING_convert_ex"},
24     {ERR_FUNC(BN_F_BN_BLINDING_CREATE_PARAM), "BN_BLINDING_create_param"},
25     {ERR_FUNC(BN_F_BN_BLINDING_INVERT_EX), "BN_BLINDING_invert_ex"},
26     {ERR_FUNC(BN_F_BN_BLINDING_NEW), "BN_BLINDING_new"},
27     {ERR_FUNC(BN_F_BN_BLINDING_UPDATE), "BN_BLINDING_update"},
28     {ERR_FUNC(BN_F_BN_BN2DEC), "BN_bn2dec"},
29     {ERR_FUNC(BN_F_BN_BN2HEX), "BN_bn2hex"},
30     {ERR_FUNC(BN_F_BN_COMPUTE_WNAF), "bn_compute_wNAF"},
31     {ERR_FUNC(BN_F_BN_CTX_GET), "BN_CTX_get"},
32     {ERR_FUNC(BN_F_BN_CTX_NEW), "BN_CTX_new"},
33     {ERR_FUNC(BN_F_BN_CTX_START), "BN_CTX_start"},
34     {ERR_FUNC(BN_F_BN_DIV), "BN_div"},
35     {ERR_FUNC(BN_F_BN_DIV_RECP), "BN_div_recp"},
36     {ERR_FUNC(BN_F_BN_EXP), "BN_exp"},
37     {ERR_FUNC(BN_F_BN_EXPAND_INTERNAL), "bn_expand_internal"},
38     {ERR_FUNC(BN_F_BN_GENCB_NEW), "BN_GENCB_new"},
39     {ERR_FUNC(BN_F_BN_GENERATE_DSA_NONCE), "BN_generate_dsa_nonce"},
40     {ERR_FUNC(BN_F_BN_GENERATE_PRIME_EX), "BN_generate_prime_ex"},
41     {ERR_FUNC(BN_F_BN_GF2M_MOD), "BN_GF2m_mod"},
42     {ERR_FUNC(BN_F_BN_GF2M_MOD_EXP), "BN_GF2m_mod_exp"},
43     {ERR_FUNC(BN_F_BN_GF2M_MOD_MUL), "BN_GF2m_mod_mul"},
44     {ERR_FUNC(BN_F_BN_GF2M_MOD_SOLVE_QUAD), "BN_GF2m_mod_solve_quad"},
45     {ERR_FUNC(BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR), "BN_GF2m_mod_solve_quad_arr"},
46     {ERR_FUNC(BN_F_BN_GF2M_MOD_SQR), "BN_GF2m_mod_sqr"},
47     {ERR_FUNC(BN_F_BN_GF2M_MOD_SQRT), "BN_GF2m_mod_sqrt"},
48     {ERR_FUNC(BN_F_BN_LSHIFT), "BN_lshift"},
49     {ERR_FUNC(BN_F_BN_MOD_EXP2_MONT), "BN_mod_exp2_mont"},
50     {ERR_FUNC(BN_F_BN_MOD_EXP_MONT), "BN_mod_exp_mont"},
51     {ERR_FUNC(BN_F_BN_MOD_EXP_MONT_CONSTTIME), "BN_mod_exp_mont_consttime"},
52     {ERR_FUNC(BN_F_BN_MOD_EXP_MONT_WORD), "BN_mod_exp_mont_word"},
53     {ERR_FUNC(BN_F_BN_MOD_EXP_RECP), "BN_mod_exp_recp"},
54     {ERR_FUNC(BN_F_BN_MOD_EXP_SIMPLE), "BN_mod_exp_simple"},
55     {ERR_FUNC(BN_F_BN_MOD_INVERSE), "BN_mod_inverse"},
56     {ERR_FUNC(BN_F_BN_MOD_INVERSE_NO_BRANCH), "BN_mod_inverse_no_branch"},
57     {ERR_FUNC(BN_F_BN_MOD_LSHIFT_QUICK), "BN_mod_lshift_quick"},
58     {ERR_FUNC(BN_F_BN_MOD_SQRT), "BN_mod_sqrt"},
59     {ERR_FUNC(BN_F_BN_MPI2BN), "BN_mpi2bn"},
60     {ERR_FUNC(BN_F_BN_NEW), "BN_new"},
61     {ERR_FUNC(BN_F_BN_RAND), "BN_rand"},
62     {ERR_FUNC(BN_F_BN_RAND_RANGE), "BN_rand_range"},
63     {ERR_FUNC(BN_F_BN_RSHIFT), "BN_rshift"},
64     {ERR_FUNC(BN_F_BN_SET_WORDS), "bn_set_words"},
65     {ERR_FUNC(BN_F_BN_USUB), "BN_usub"},
66     {0, NULL}
67 };
68
69 static ERR_STRING_DATA BN_str_reasons[] = {
70     {ERR_REASON(BN_R_ARG2_LT_ARG3), "arg2 lt arg3"},
71     {ERR_REASON(BN_R_BAD_RECIPROCAL), "bad reciprocal"},
72     {ERR_REASON(BN_R_BIGNUM_TOO_LONG), "bignum too long"},
73     {ERR_REASON(BN_R_BITS_TOO_SMALL), "bits too small"},
74     {ERR_REASON(BN_R_CALLED_WITH_EVEN_MODULUS), "called with even modulus"},
75     {ERR_REASON(BN_R_DIV_BY_ZERO), "div by zero"},
76     {ERR_REASON(BN_R_ENCODING_ERROR), "encoding error"},
77     {ERR_REASON(BN_R_EXPAND_ON_STATIC_BIGNUM_DATA),
78      "expand on static bignum data"},
79     {ERR_REASON(BN_R_INPUT_NOT_REDUCED), "input not reduced"},
80     {ERR_REASON(BN_R_INVALID_LENGTH), "invalid length"},
81     {ERR_REASON(BN_R_INVALID_RANGE), "invalid range"},
82     {ERR_REASON(BN_R_INVALID_SHIFT), "invalid shift"},
83     {ERR_REASON(BN_R_NOT_A_SQUARE), "not a square"},
84     {ERR_REASON(BN_R_NOT_INITIALIZED), "not initialized"},
85     {ERR_REASON(BN_R_NO_INVERSE), "no inverse"},
86     {ERR_REASON(BN_R_NO_SOLUTION), "no solution"},
87     {ERR_REASON(BN_R_PRIVATE_KEY_TOO_LARGE), "private key too large"},
88     {ERR_REASON(BN_R_P_IS_NOT_PRIME), "p is not prime"},
89     {ERR_REASON(BN_R_TOO_MANY_ITERATIONS), "too many iterations"},
90     {ERR_REASON(BN_R_TOO_MANY_TEMPORARY_VARIABLES),
91      "too many temporary variables"},
92     {0, NULL}
93 };
94
95 #endif
96
97 int ERR_load_BN_strings(void)
98 {
99 #ifndef OPENSSL_NO_ERR
100
101     if (ERR_func_error_string(BN_str_functs[0].error) == NULL) {
102         ERR_load_strings(0, BN_str_functs);
103         ERR_load_strings(0, BN_str_reasons);
104     }
105 #endif
106     return 1;
107 }