]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - e_gost_err.h
pkeyutl -derive support
[openssl-gost/engine.git] / e_gost_err.h
1 /*
2  * Generated by util/mkerr.pl DO NOT EDIT
3  * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
4  *
5  * Licensed under the Apache License 2.0 (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 OPENSSL_GOSTERR_H
12 # define OPENSSL_GOSTERR_H
13 # pragma once
14
15 # include <openssl/opensslconf.h>
16 # include <openssl/symhacks.h>
17
18
19 # define GOSTerr(f, r) ERR_GOST_error(0, (r), OPENSSL_FILE, OPENSSL_LINE)
20
21
22 # ifdef  __cplusplus
23 extern "C" {
24 # endif
25 int ERR_load_GOST_strings(void);
26 void ERR_unload_GOST_strings(void);
27 void ERR_GOST_error(int function, int reason, char *file, int line);
28 # ifdef  __cplusplus
29 }
30 # endif
31
32 /*
33  * GOST function codes.
34  */
35 # ifndef OPENSSL_NO_DEPRECATED_3_0
36 #  define GOST_F_DECODE_GOST_ALGOR_PARAMS                  0
37 #  define GOST_F_ENCODE_GOST_ALGOR_PARAMS                  0
38 #  define GOST_F_FILL_GOST_EC_PARAMS                       0
39 #  define GOST_F_GET_ENCRYPTION_PARAMS                     0
40 #  define GOST_F_GOST89_GET_ASN1_PARAMETERS                0
41 #  define GOST_F_GOST89_SET_ASN1_PARAMETERS                0
42 #  define GOST_F_GOST_CIPHER_CTL                           0
43 #  define GOST_F_GOST_EC_COMPUTE_PUBLIC                    0
44 #  define GOST_F_GOST_EC_KEYGEN                            0
45 #  define GOST_F_GOST_EC_SIGN                              0
46 #  define GOST_F_GOST_EC_VERIFY                            0
47 #  define GOST_F_GOST_GRASSHOPPER_CIPHER_CTL               0
48 #  define GOST_F_GOST_GRASSHOPPER_SET_ASN1_PARAMETERS      0
49 #  define GOST_F_GOST_IMIT_CTRL                            0
50 #  define GOST_F_GOST_IMIT_FINAL                           0
51 #  define GOST_F_GOST_IMIT_UPDATE                          0
52 #  define GOST_F_GOST_KDFTREE2012_256                      0
53 #  define GOST_F_GOST_KEXP15                               0
54 #  define GOST_F_GOST_KIMP15                               0
55 #  define GOST_F_OMAC_ACPKM_IMIT_CTRL                      0
56 #  define GOST_F_OMAC_ACPKM_IMIT_FINAL                     0
57 #  define GOST_F_OMAC_ACPKM_IMIT_UPDATE                    0
58 #  define GOST_F_OMAC_ACPKM_KEY                            0
59 #  define GOST_F_OMAC_IMIT_CTRL                            0
60 #  define GOST_F_OMAC_IMIT_FINAL                           0
61 #  define GOST_F_OMAC_IMIT_UPDATE                          0
62 #  define GOST_F_OMAC_KEY                                  0
63 #  define GOST_F_PARAM_COPY_GOST_EC                        0
64 #  define GOST_F_PKEY_GOST2001_PARAMGEN                    0
65 #  define GOST_F_PKEY_GOST2012_PARAMGEN                    0
66 #  define GOST_F_PKEY_GOST2018_DECRYPT                     0
67 #  define GOST_F_PKEY_GOST2018_ENCRYPT                     0
68 #  define GOST_F_PKEY_GOST_CTRL                            0
69 #  define GOST_F_PKEY_GOST_DECRYPT                         0
70 #  define GOST_F_PKEY_GOST_ECCP_DECRYPT                    0
71 #  define GOST_F_PKEY_GOST_ECCP_ENCRYPT                    0
72 #  define GOST_F_PKEY_GOST_EC_CTRL_STR_256                 0
73 #  define GOST_F_PKEY_GOST_EC_CTRL_STR_512                 0
74 #  define GOST_F_PKEY_GOST_EC_CTRL_STR_COMMON              0
75 #  define GOST_F_PKEY_GOST_EC_DERIVE                       0
76 #  define GOST_F_PKEY_GOST_ENCRYPT                         0
77 #  define GOST_F_PKEY_GOST_GRASSHOPPER_MAC_SIGNCTX_INIT    0
78 #  define GOST_F_PKEY_GOST_MAC_CTRL                        0
79 #  define GOST_F_PKEY_GOST_MAC_CTRL_STR                    0
80 #  define GOST_F_PKEY_GOST_MAC_KEYGEN_BASE                 0
81 #  define GOST_F_PKEY_GOST_MAC_SIGNCTX_INIT                0
82 #  define GOST_F_PKEY_GOST_MAGMA_MAC_SIGNCTX_INIT          0
83 #  define GOST_F_PKEY_GOST_OMAC_CTRL                       0
84 #  define GOST_F_PKEY_GOST_OMAC_CTRL_STR                   0
85 #  define GOST_F_PRINT_GOST_EC_PUB                         0
86 #  define GOST_F_PRIV_DECODE_GOST                          0
87 #  define GOST_F_PUB_DECODE_GOST_EC                        0
88 #  define GOST_F_PUB_ENCODE_GOST_EC                        0
89 #  define GOST_F_UNPACK_CP_SIGNATURE                       0
90 #  define GOST_F_VKO_COMPUTE_KEY                           0
91 # endif
92
93 /*
94  * GOST reason codes.
95  */
96 # define GOST_R_BAD_KEY_PARAMETERS_FORMAT                 100
97 # define GOST_R_BAD_MAC                                   133
98 # define GOST_R_BAD_ORDER                                 132
99 # define GOST_R_BAD_PKEY_PARAMETERS_FORMAT                101
100 # define GOST_R_CANNOT_PACK_EPHEMERAL_KEY                 102
101 # define GOST_R_CANNOT_UNPACK_EPHEMERAL_KEY               136
102 # define GOST_R_CIPHER_NOT_FOUND                          103
103 # define GOST_R_CTRL_CALL_FAILED                          104
104 # define GOST_R_ERROR_COMPUTING_EXPORT_KEYS               135
105 # define GOST_R_ERROR_COMPUTING_SHARED_KEY                105
106 # define GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO          106
107 # define GOST_R_ERROR_POINT_MUL                           107
108 # define GOST_R_INCOMPATIBLE_ALGORITHMS                   108
109 # define GOST_R_INCOMPATIBLE_PEER_KEY                     109
110 # define GOST_R_INVALID_CIPHER                            134
111 # define GOST_R_INVALID_CIPHER_PARAMS                     110
112 # define GOST_R_INVALID_CIPHER_PARAM_OID                  111
113 # define GOST_R_INVALID_DIGEST_TYPE                       112
114 # define GOST_R_INVALID_IV_LENGTH                         113
115 # define GOST_R_INVALID_MAC_KEY_LENGTH                    114
116 # define GOST_R_INVALID_MAC_KEY_SIZE                      115
117 # define GOST_R_INVALID_MAC_PARAMS                        116
118 # define GOST_R_INVALID_MAC_SIZE                          117
119 # define GOST_R_INVALID_PARAMSET                          118
120 # define GOST_R_KEY_IS_NOT_INITIALIZED                    119
121 # define GOST_R_KEY_PARAMETERS_MISSING                    120
122 # define GOST_R_MAC_KEY_NOT_SET                           121
123 # define GOST_R_NO_PARAMETERS_SET                         122
124 # define GOST_R_NO_PEER_KEY                               123
125 # define GOST_R_NO_PRIVATE_PART_OF_NON_EPHEMERAL_KEYPAIR  124
126 # define GOST_R_PUBLIC_KEY_UNDEFINED                      125
127 # define GOST_R_RNG_ERROR                                 126
128 # define GOST_R_SIGNATURE_MISMATCH                        127
129 # define GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q            128
130 # define GOST_R_UKM_NOT_SET                               129
131 # define GOST_R_UNSUPPORTED_CIPHER_CTL_COMMAND            130
132 # define GOST_R_UNSUPPORTED_PARAMETER_SET                 131
133
134 #endif