2018-01-24 16:56:02 +00:00
|
|
|
/*
|
|
|
|
* Generated by util/mkerr.pl DO NOT EDIT
|
2019-07-01 15:57:35 +00:00
|
|
|
* Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
|
2018-01-24 16:56:02 +00:00
|
|
|
*
|
|
|
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
|
|
* this file except in compliance with the License. You can obtain a copy
|
|
|
|
* in the file LICENSE in the source distribution or at
|
|
|
|
* https://www.openssl.org/source/license.html
|
|
|
|
*/
|
|
|
|
|
2019-09-27 21:58:12 +00:00
|
|
|
#ifndef OSSL_CRYPTO_SM2ERR_H
|
|
|
|
# define OSSL_CRYPTO_SM2ERR_H
|
2018-01-24 16:56:02 +00:00
|
|
|
|
2019-07-01 15:57:35 +00:00
|
|
|
# ifndef HEADER_SYMHACKS_H
|
|
|
|
# include <openssl/symhacks.h>
|
|
|
|
# endif
|
|
|
|
|
2018-05-17 20:08:33 +00:00
|
|
|
# include <openssl/opensslconf.h>
|
|
|
|
|
|
|
|
# ifndef OPENSSL_NO_SM2
|
|
|
|
|
2018-07-13 08:48:29 +00:00
|
|
|
# ifdef __cplusplus
|
|
|
|
extern "C"
|
|
|
|
# endif
|
2018-01-24 16:56:02 +00:00
|
|
|
int ERR_load_SM2_strings(void);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* SM2 function codes.
|
|
|
|
*/
|
2018-09-06 02:36:11 +00:00
|
|
|
# define SM2_F_PKEY_SM2_COPY 115
|
2018-06-18 19:51:56 +00:00
|
|
|
# define SM2_F_PKEY_SM2_CTRL 109
|
|
|
|
# define SM2_F_PKEY_SM2_CTRL_STR 110
|
2018-09-05 07:19:17 +00:00
|
|
|
# define SM2_F_PKEY_SM2_DIGEST_CUSTOM 114
|
2018-06-18 19:51:56 +00:00
|
|
|
# define SM2_F_PKEY_SM2_INIT 111
|
|
|
|
# define SM2_F_PKEY_SM2_SIGN 112
|
2018-05-31 15:30:33 +00:00
|
|
|
# define SM2_F_SM2_COMPUTE_MSG_HASH 100
|
2018-09-05 07:19:17 +00:00
|
|
|
# define SM2_F_SM2_COMPUTE_USERID_DIGEST 101
|
2018-09-04 09:21:10 +00:00
|
|
|
# define SM2_F_SM2_COMPUTE_Z_DIGEST 113
|
2018-05-31 15:30:33 +00:00
|
|
|
# define SM2_F_SM2_DECRYPT 102
|
|
|
|
# define SM2_F_SM2_ENCRYPT 103
|
|
|
|
# define SM2_F_SM2_PLAINTEXT_SIZE 104
|
|
|
|
# define SM2_F_SM2_SIGN 105
|
|
|
|
# define SM2_F_SM2_SIG_GEN 106
|
|
|
|
# define SM2_F_SM2_SIG_VERIFY 107
|
|
|
|
# define SM2_F_SM2_VERIFY 108
|
2018-01-24 16:56:02 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* SM2 reason codes.
|
|
|
|
*/
|
2018-05-31 15:30:33 +00:00
|
|
|
# define SM2_R_ASN1_ERROR 100
|
|
|
|
# define SM2_R_BAD_SIGNATURE 101
|
2018-06-18 19:51:56 +00:00
|
|
|
# define SM2_R_BUFFER_TOO_SMALL 107
|
2018-09-05 07:19:17 +00:00
|
|
|
# define SM2_R_DIST_ID_TOO_LARGE 110
|
|
|
|
# define SM2_R_ID_NOT_SET 112
|
2018-09-04 09:21:10 +00:00
|
|
|
# define SM2_R_ID_TOO_LARGE 111
|
2018-06-18 19:51:56 +00:00
|
|
|
# define SM2_R_INVALID_CURVE 108
|
2018-05-31 15:30:33 +00:00
|
|
|
# define SM2_R_INVALID_DIGEST 102
|
|
|
|
# define SM2_R_INVALID_DIGEST_TYPE 103
|
|
|
|
# define SM2_R_INVALID_ENCODING 104
|
|
|
|
# define SM2_R_INVALID_FIELD 105
|
2018-06-18 19:51:56 +00:00
|
|
|
# define SM2_R_NO_PARAMETERS_SET 109
|
2018-09-05 07:19:17 +00:00
|
|
|
# define SM2_R_USER_ID_TOO_LARGE 106
|
2018-01-24 16:56:02 +00:00
|
|
|
|
2018-05-17 20:08:33 +00:00
|
|
|
# endif
|
2018-01-24 16:56:02 +00:00
|
|
|
#endif
|