]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/openssl/bnerr.h
DH: fix: add simple getters for commonly used struct members
[thirdparty/openssl.git] / include / openssl / bnerr.h
CommitLineData
52df25cf
RS
1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
a699b8e4 3 * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
52df25cf
RS
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#ifndef HEADER_BNERR_H
12# define HEADER_BNERR_H
13
14# ifdef __cplusplus
a699b8e4 15extern "C"
52df25cf
RS
16# endif
17int ERR_load_BN_strings(void);
52df25cf
RS
18
19/*
20 * BN function codes.
21 */
22# define BN_F_BNRAND 127
ddc6a5c8 23# define BN_F_BNRAND_RANGE 138
52df25cf
RS
24# define BN_F_BN_BLINDING_CONVERT_EX 100
25# define BN_F_BN_BLINDING_CREATE_PARAM 128
26# define BN_F_BN_BLINDING_INVERT_EX 101
27# define BN_F_BN_BLINDING_NEW 102
28# define BN_F_BN_BLINDING_UPDATE 103
29# define BN_F_BN_BN2DEC 104
30# define BN_F_BN_BN2HEX 105
31# define BN_F_BN_COMPUTE_WNAF 142
32# define BN_F_BN_CTX_GET 116
33# define BN_F_BN_CTX_NEW 106
34# define BN_F_BN_CTX_START 129
35# define BN_F_BN_DIV 107
36# define BN_F_BN_DIV_RECP 130
37# define BN_F_BN_EXP 123
38# define BN_F_BN_EXPAND_INTERNAL 120
39# define BN_F_BN_GENCB_NEW 143
40# define BN_F_BN_GENERATE_DSA_NONCE 140
41# define BN_F_BN_GENERATE_PRIME_EX 141
42# define BN_F_BN_GF2M_MOD 131
43# define BN_F_BN_GF2M_MOD_EXP 132
44# define BN_F_BN_GF2M_MOD_MUL 133
45# define BN_F_BN_GF2M_MOD_SOLVE_QUAD 134
46# define BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR 135
47# define BN_F_BN_GF2M_MOD_SQR 136
48# define BN_F_BN_GF2M_MOD_SQRT 137
49# define BN_F_BN_LSHIFT 145
50# define BN_F_BN_MOD_EXP2_MONT 118
51# define BN_F_BN_MOD_EXP_MONT 109
52# define BN_F_BN_MOD_EXP_MONT_CONSTTIME 124
53# define BN_F_BN_MOD_EXP_MONT_WORD 117
54# define BN_F_BN_MOD_EXP_RECP 125
55# define BN_F_BN_MOD_EXP_SIMPLE 126
56# define BN_F_BN_MOD_INVERSE 110
57# define BN_F_BN_MOD_INVERSE_NO_BRANCH 139
58# define BN_F_BN_MOD_LSHIFT_QUICK 119
59# define BN_F_BN_MOD_SQRT 121
f06080cb 60# define BN_F_BN_MONT_CTX_NEW 149
52df25cf
RS
61# define BN_F_BN_MPI2BN 112
62# define BN_F_BN_NEW 113
cdb10bae 63# define BN_F_BN_POOL_GET 147
52df25cf
RS
64# define BN_F_BN_RAND 114
65# define BN_F_BN_RAND_RANGE 122
f06080cb 66# define BN_F_BN_RECP_CTX_NEW 150
52df25cf
RS
67# define BN_F_BN_RSHIFT 146
68# define BN_F_BN_SET_WORDS 144
cdb10bae 69# define BN_F_BN_STACK_PUSH 148
52df25cf
RS
70# define BN_F_BN_USUB 115
71
72/*
73 * BN reason codes.
74 */
75# define BN_R_ARG2_LT_ARG3 100
76# define BN_R_BAD_RECIPROCAL 101
77# define BN_R_BIGNUM_TOO_LONG 114
78# define BN_R_BITS_TOO_SMALL 118
79# define BN_R_CALLED_WITH_EVEN_MODULUS 102
80# define BN_R_DIV_BY_ZERO 103
81# define BN_R_ENCODING_ERROR 104
82# define BN_R_EXPAND_ON_STATIC_BIGNUM_DATA 105
83# define BN_R_INPUT_NOT_REDUCED 110
84# define BN_R_INVALID_LENGTH 106
85# define BN_R_INVALID_RANGE 115
86# define BN_R_INVALID_SHIFT 119
87# define BN_R_NOT_A_SQUARE 111
88# define BN_R_NOT_INITIALIZED 107
89# define BN_R_NO_INVERSE 108
90# define BN_R_NO_SOLUTION 116
91# define BN_R_PRIVATE_KEY_TOO_LARGE 117
92# define BN_R_P_IS_NOT_PRIME 112
93# define BN_R_TOO_MANY_ITERATIONS 113
94# define BN_R_TOO_MANY_TEMPORARY_VARIABLES 109
95
96#endif