Symbol: ERR_LIB_SM2
crypto/openssl/crypto/err/err.c
75
{ ERR_PACK(ERR_LIB_SM2, 0, 0), "SM2 routines" },
crypto/openssl/crypto/sm2/sm2_crypt.c
141
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_crypt.c
147
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_crypt.c
154
ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
159
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
171
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
189
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_crypt.c
197
ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
203
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_crypt.c
210
ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
224
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_crypt.c
232
ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
242
ERR_raise(ERR_LIB_SM2, ERR_R_ASN1_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
247
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_crypt.c
254
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_crypt.c
308
ERR_raise(ERR_LIB_SM2, SM2_R_ASN1_ERROR);
crypto/openssl/crypto/sm2/sm2_crypt.c
313
ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_ENCODING);
crypto/openssl/crypto/sm2/sm2_crypt.c
321
ERR_raise(ERR_LIB_SM2, SM2_R_BUFFER_TOO_SMALL);
crypto/openssl/crypto/sm2/sm2_crypt.c
327
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
336
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
349
ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
358
ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
366
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_crypt.c
371
ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_ENCODING);
crypto/openssl/crypto/sm2/sm2_crypt.c
380
ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
389
ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB);
crypto/openssl/crypto/sm2/sm2_crypt.c
394
ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_DIGEST);
crypto/openssl/crypto/sm2/sm2_crypt.c
77
ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_ENCODING);
crypto/openssl/crypto/sm2/sm2_err.c
19
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_ASN1_ERROR), "asn1 error" },
crypto/openssl/crypto/sm2/sm2_err.c
20
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_BAD_SIGNATURE), "bad signature" },
crypto/openssl/crypto/sm2/sm2_err.c
21
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_BUFFER_TOO_SMALL), "buffer too small" },
crypto/openssl/crypto/sm2/sm2_err.c
22
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_DIST_ID_TOO_LARGE), "dist id too large" },
crypto/openssl/crypto/sm2/sm2_err.c
23
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_ID_NOT_SET), "id not set" },
crypto/openssl/crypto/sm2/sm2_err.c
24
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_ID_TOO_LARGE), "id too large" },
crypto/openssl/crypto/sm2/sm2_err.c
25
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_INVALID_CURVE), "invalid curve" },
crypto/openssl/crypto/sm2/sm2_err.c
26
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_INVALID_DIGEST), "invalid digest" },
crypto/openssl/crypto/sm2/sm2_err.c
27
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_INVALID_DIGEST_TYPE),
crypto/openssl/crypto/sm2/sm2_err.c
29
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_INVALID_ENCODING), "invalid encoding" },
crypto/openssl/crypto/sm2/sm2_err.c
30
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_INVALID_FIELD), "invalid field" },
crypto/openssl/crypto/sm2/sm2_err.c
31
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_INVALID_PRIVATE_KEY),
crypto/openssl/crypto/sm2/sm2_err.c
33
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_NO_PARAMETERS_SET), "no parameters set" },
crypto/openssl/crypto/sm2/sm2_err.c
34
{ ERR_PACK(ERR_LIB_SM2, 0, SM2_R_USER_ID_TOO_LARGE), "user id too large" },
crypto/openssl/crypto/sm2/sm2_key.c
33
ERR_raise(ERR_LIB_SM2, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/sm2/sm2_key.c
43
ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_PRIVATE_KEY);
crypto/openssl/crypto/sm2/sm2_sign.c
103
ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
108
ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
136
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_sign.c
164
ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_DIGEST);
crypto/openssl/crypto/sm2/sm2_sign.c
168
ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
178
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_sign.c
192
ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
198
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_sign.c
224
ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_PRIVATE_KEY);
crypto/openssl/crypto/sm2/sm2_sign.c
229
ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
234
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
244
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
256
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
271
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_sign.c
279
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_sign.c
288
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_sign.c
300
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
310
ERR_raise(ERR_LIB_SM2, ERR_R_ECDSA_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
346
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
353
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
359
ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
379
ERR_raise(ERR_LIB_SM2, SM2_R_BAD_SIGNATURE);
crypto/openssl/crypto/sm2/sm2_sign.c
384
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
389
ERR_raise(ERR_LIB_SM2, SM2_R_BAD_SIGNATURE);
crypto/openssl/crypto/sm2/sm2_sign.c
395
ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
400
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
469
ERR_raise(ERR_LIB_SM2, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/sm2/sm2_sign.c
475
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
48
ERR_raise(ERR_LIB_SM2, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/sm2/sm2_sign.c
481
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_sign.c
487
ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/sm2/sm2_sign.c
513
ERR_raise(ERR_LIB_SM2, ERR_R_ECDSA_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
517
ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_ENCODING);
crypto/openssl/crypto/sm2/sm2_sign.c
523
ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_ENCODING);
crypto/openssl/crypto/sm2/sm2_sign.c
529
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
54
ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
59
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
72
ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
77
ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
85
ERR_raise(ERR_LIB_SM2, SM2_R_ID_TOO_LARGE);
crypto/openssl/crypto/sm2/sm2_sign.c
93
ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB);
crypto/openssl/crypto/sm2/sm2_sign.c
98
ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB);
crypto/openssl/include/openssl/err.h
165
#define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)