summaryrefslogtreecommitdiffstats
path: root/include/crypto/sm2err.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/sm2err.h')
-rw-r--r--include/crypto/sm2err.h67
1 files changed, 67 insertions, 0 deletions
diff --git a/include/crypto/sm2err.h b/include/crypto/sm2err.h
new file mode 100644
index 0000000000..923bb6c4b8
--- /dev/null
+++ b/include/crypto/sm2err.h
@@ -0,0 +1,67 @@
+/*
+ * Generated by util/mkerr.pl DO NOT EDIT
+ * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the Apache License 2.0 (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
+
+# include <openssl/opensslconf.h>
+# include <openssl/symhacks.h>
+
+
+# include <openssl/opensslconf.h>
+
+# ifndef OPENSSL_NO_SM2
+
+# ifdef __cplusplus
+extern "C"
+# endif
+int ERR_load_SM2_strings(void);
+
+/*
+ * SM2 function codes.
+ */
+# if !OPENSSL_API_3
+# define SM2_F_PKEY_SM2_COPY 0
+# define SM2_F_PKEY_SM2_CTRL 0
+# define SM2_F_PKEY_SM2_CTRL_STR 0
+# define SM2_F_PKEY_SM2_DIGEST_CUSTOM 0
+# define SM2_F_PKEY_SM2_INIT 0
+# define SM2_F_PKEY_SM2_SIGN 0
+# define SM2_F_SM2_COMPUTE_MSG_HASH 0
+# define SM2_F_SM2_COMPUTE_USERID_DIGEST 0
+# define SM2_F_SM2_COMPUTE_Z_DIGEST 0
+# define SM2_F_SM2_DECRYPT 0
+# define SM2_F_SM2_ENCRYPT 0
+# define SM2_F_SM2_PLAINTEXT_SIZE 0
+# define SM2_F_SM2_SIGN 0
+# define SM2_F_SM2_SIG_GEN 0
+# define SM2_F_SM2_SIG_VERIFY 0
+# define SM2_F_SM2_VERIFY 0
+# endif
+
+/*
+ * SM2 reason codes.
+ */
+# define SM2_R_ASN1_ERROR 100
+# define SM2_R_BAD_SIGNATURE 101
+# define SM2_R_BUFFER_TOO_SMALL 107
+# define SM2_R_DIST_ID_TOO_LARGE 110
+# define SM2_R_ID_NOT_SET 112
+# define SM2_R_ID_TOO_LARGE 111
+# define SM2_R_INVALID_CURVE 108
+# 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
+# define SM2_R_NO_PARAMETERS_SET 109
+# define SM2_R_USER_ID_TOO_LARGE 106
+
+# endif
+#endif