2018-01-25 00:56:02 +08:00
|
|
|
/*
|
|
|
|
* Generated by util/mkerr.pl DO NOT EDIT
|
2018-03-20 21:00:17 +08:00
|
|
|
* Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
|
2018-01-25 00:56:02 +08: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
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef HEADER_SM2ERR_H
|
|
|
|
# define HEADER_SM2ERR_H
|
|
|
|
|
2018-05-18 04:08:33 +08:00
|
|
|
# include <openssl/opensslconf.h>
|
|
|
|
|
|
|
|
# ifndef OPENSSL_NO_SM2
|
|
|
|
|
2018-07-13 16:48:29 +08:00
|
|
|
# ifdef __cplusplus
|
|
|
|
extern "C"
|
|
|
|
# endif
|
2018-01-25 00:56:02 +08:00
|
|
|
int ERR_load_SM2_strings(void);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* SM2 function codes.
|
|
|
|
*/
|
2018-09-06 10:36:11 +08:00
|
|
|
# define SM2_F_PKEY_SM2_COPY 115
|
2018-06-19 03:51:56 +08:00
|
|
|
# define SM2_F_PKEY_SM2_CTRL 109
|
|
|
|
# define SM2_F_PKEY_SM2_CTRL_STR 110
|
2018-09-05 15:19:17 +08:00
|
|
|
# define SM2_F_PKEY_SM2_DIGEST_CUSTOM 114
|
2018-06-19 03:51:56 +08:00
|
|
|
# define SM2_F_PKEY_SM2_INIT 111
|
|
|
|
# define SM2_F_PKEY_SM2_SIGN 112
|
2018-05-31 23:30:33 +08:00
|
|
|
# define SM2_F_SM2_COMPUTE_MSG_HASH 100
|
2018-09-05 15:19:17 +08:00
|
|
|
# define SM2_F_SM2_COMPUTE_USERID_DIGEST 101
|
2018-09-04 17:21:10 +08:00
|
|
|
# define SM2_F_SM2_COMPUTE_Z_DIGEST 113
|
2018-05-31 23:30:33 +08: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-25 00:56:02 +08:00
|
|
|
|
|
|
|
/*
|
|
|
|
* SM2 reason codes.
|
|
|
|
*/
|
2018-05-31 23:30:33 +08:00
|
|
|
# define SM2_R_ASN1_ERROR 100
|
|
|
|
# define SM2_R_BAD_SIGNATURE 101
|
2018-06-19 03:51:56 +08:00
|
|
|
# define SM2_R_BUFFER_TOO_SMALL 107
|
2018-09-05 15:19:17 +08:00
|
|
|
# define SM2_R_DIST_ID_TOO_LARGE 110
|
|
|
|
# define SM2_R_ID_NOT_SET 112
|
2018-09-04 17:21:10 +08:00
|
|
|
# define SM2_R_ID_TOO_LARGE 111
|
2018-06-19 03:51:56 +08:00
|
|
|
# define SM2_R_INVALID_CURVE 108
|
2018-05-31 23:30:33 +08: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-19 03:51:56 +08:00
|
|
|
# define SM2_R_NO_PARAMETERS_SET 109
|
2018-09-05 15:19:17 +08:00
|
|
|
# define SM2_R_USER_ID_TOO_LARGE 106
|
2018-01-25 00:56:02 +08:00
|
|
|
|
2018-05-18 04:08:33 +08:00
|
|
|
# endif
|
2018-01-25 00:56:02 +08:00
|
|
|
#endif
|