]> git.ipfire.org Git - thirdparty/openssl.git/blob - include/openssl/dherr.h
make error tables const and separate header file
[thirdparty/openssl.git] / include / openssl / dherr.h
1 /*
2 * Generated by util/mkerr.pl DO NOT EDIT
3 * Copyright 1995-2017 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 #ifndef HEADER_DHERR_H
12 # define HEADER_DHERR_H
13
14 # ifdef __cplusplus
15 extern "C" {
16 # endif
17 int ERR_load_DH_strings(void);
18 # ifdef __cplusplus
19 }
20 # endif
21
22 /*
23 * DH function codes.
24 */
25 # define DH_F_COMPUTE_KEY 102
26 # define DH_F_DHPARAMS_PRINT_FP 101
27 # define DH_F_DH_BUILTIN_GENPARAMS 106
28 # define DH_F_DH_CMS_DECRYPT 114
29 # define DH_F_DH_CMS_SET_PEERKEY 115
30 # define DH_F_DH_CMS_SET_SHARED_INFO 116
31 # define DH_F_DH_METH_DUP 117
32 # define DH_F_DH_METH_NEW 118
33 # define DH_F_DH_METH_SET1_NAME 119
34 # define DH_F_DH_NEW_METHOD 105
35 # define DH_F_DH_PARAM_DECODE 107
36 # define DH_F_DH_PRIV_DECODE 110
37 # define DH_F_DH_PRIV_ENCODE 111
38 # define DH_F_DH_PUB_DECODE 108
39 # define DH_F_DH_PUB_ENCODE 109
40 # define DH_F_DO_DH_PRINT 100
41 # define DH_F_GENERATE_KEY 103
42 # define DH_F_PKEY_DH_DERIVE 112
43 # define DH_F_PKEY_DH_KEYGEN 113
44
45 /*
46 * DH reason codes.
47 */
48 # define DH_R_BAD_GENERATOR 101
49 # define DH_R_BN_DECODE_ERROR 109
50 # define DH_R_BN_ERROR 106
51 # define DH_R_DECODE_ERROR 104
52 # define DH_R_INVALID_PUBKEY 102
53 # define DH_R_KDF_PARAMETER_ERROR 112
54 # define DH_R_KEYS_NOT_SET 108
55 # define DH_R_MODULUS_TOO_LARGE 103
56 # define DH_R_NO_PARAMETERS_SET 107
57 # define DH_R_NO_PRIVATE_VALUE 100
58 # define DH_R_PARAMETER_ENCODING_ERROR 105
59 # define DH_R_PEER_KEY_ERROR 111
60 # define DH_R_SHARED_INFO_ERROR 113
61
62 #endif