mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-13 03:46:26 +08:00
SM4/CTR
This commit is contained in:
@@ -1223,13 +1223,13 @@ void ERR_load_EC_strings(void);
|
||||
# define EC_F_PKEY_EC_PARAMGEN 219
|
||||
# define EC_F_PKEY_EC_SIGN 218
|
||||
|
||||
#ifndef OPENSSL_NO_GMSSL
|
||||
#define EC_F_PKEY_EC_ENCRYPT 300
|
||||
#define EC_F_PKEY_EC_DECRYPT 301
|
||||
#define EC_F_PKEY_SM2_SIGN 302
|
||||
#define EC_F_PKEY_SM2_ENCRYPT 303
|
||||
#define EC_F_PKEY_SM2_DECRYPT 304
|
||||
#endif
|
||||
# ifndef OPENSSL_NO_GMSSL
|
||||
# define EC_F_PKEY_EC_ENCRYPT 300
|
||||
# define EC_F_PKEY_EC_DECRYPT 301
|
||||
# define EC_F_PKEY_SM2_SIGN 302
|
||||
# define EC_F_PKEY_SM2_ENCRYPT 303
|
||||
# define EC_F_PKEY_SM2_DECRYPT 304
|
||||
# endif
|
||||
|
||||
/* Reason codes. */
|
||||
# define EC_R_ASN1_ERROR 115
|
||||
|
||||
Reference in New Issue
Block a user