/third_party/node/deps/openssl/openssl/crypto/sm2/ |
H A D | sm2_err.c | 19 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_ASN1_ERROR), "asn1 error"}, 20 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_BAD_SIGNATURE), "bad signature"}, 21 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_BUFFER_TOO_SMALL), "buffer too small"}, 22 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_DIST_ID_TOO_LARGE), "dist id too large"}, 23 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_ID_NOT_SET), "id not set"}, 24 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_ID_TOO_LARGE), "id too large"}, 25 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_INVALID_CURVE), "invalid curve"}, 26 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_INVALID_DIGEST), "invalid digest"}, 27 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_INVALID_DIGEST_TYPE), 29 {ERR_PACK(ERR_LIB_SM2, [all...] |
H A D | sm2_sign.c | 49 ERR_raise(ERR_LIB_SM2, ERR_R_MALLOC_FAILURE); in ossl_sm2_compute_z_digest() 62 ERR_raise(ERR_LIB_SM2, ERR_R_MALLOC_FAILURE); in ossl_sm2_compute_z_digest() 67 ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB); in ossl_sm2_compute_z_digest() 75 ERR_raise(ERR_LIB_SM2, SM2_R_ID_TOO_LARGE); in ossl_sm2_compute_z_digest() 83 ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB); in ossl_sm2_compute_z_digest() 88 ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB); in ossl_sm2_compute_z_digest() 93 ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB); in ossl_sm2_compute_z_digest() 98 ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB); in ossl_sm2_compute_z_digest() 105 ERR_raise(ERR_LIB_SM2, ERR_R_MALLOC_FAILURE); in ossl_sm2_compute_z_digest() 128 ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERRO in ossl_sm2_compute_z_digest() [all...] |
H A D | sm2_crypt.c | 78 ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_ENCODING); 142 ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR); 148 ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR); 156 ERR_raise(ERR_LIB_SM2, ERR_R_MALLOC_FAILURE); 168 ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB); 176 ERR_raise(ERR_LIB_SM2, ERR_R_MALLOC_FAILURE); 183 ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR); 191 ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB); 197 ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR); 203 ERR_raise(ERR_LIB_SM2, ERR_R_MALLOC_FAILUR [all...] |
H A D | sm2_key.c | 33 ERR_raise(ERR_LIB_SM2, ERR_R_PASSED_NULL_PARAMETER); in ossl_sm2_key_private_check() 43 ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_PRIVATE_KEY); in ossl_sm2_key_private_check()
|
/third_party/openssl/crypto/sm2/ |
H A D | sm2_err.c | 19 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_ASN1_ERROR), "asn1 error"}, 20 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_BAD_SIGNATURE), "bad signature"}, 21 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_BUFFER_TOO_SMALL), "buffer too small"}, 22 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_DIST_ID_TOO_LARGE), "dist id too large"}, 23 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_ID_NOT_SET), "id not set"}, 24 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_ID_TOO_LARGE), "id too large"}, 25 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_INVALID_CURVE), "invalid curve"}, 26 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_INVALID_DIGEST), "invalid digest"}, 27 {ERR_PACK(ERR_LIB_SM2, 0, SM2_R_INVALID_DIGEST_TYPE), 29 {ERR_PACK(ERR_LIB_SM2, [all...] |
H A D | sm2_sign.c | 49 ERR_raise(ERR_LIB_SM2, ERR_R_MALLOC_FAILURE); in ossl_sm2_compute_z_digest() 62 ERR_raise(ERR_LIB_SM2, ERR_R_MALLOC_FAILURE); in ossl_sm2_compute_z_digest() 67 ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB); in ossl_sm2_compute_z_digest() 75 ERR_raise(ERR_LIB_SM2, SM2_R_ID_TOO_LARGE); in ossl_sm2_compute_z_digest() 83 ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB); in ossl_sm2_compute_z_digest() 88 ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB); in ossl_sm2_compute_z_digest() 93 ERR_raise(ERR_LIB_SM2, ERR_R_EVP_LIB); in ossl_sm2_compute_z_digest() 98 ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB); in ossl_sm2_compute_z_digest() 105 ERR_raise(ERR_LIB_SM2, ERR_R_MALLOC_FAILURE); in ossl_sm2_compute_z_digest() 128 ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERRO in ossl_sm2_compute_z_digest() [all...] |
H A D | sm2_crypt.c | 78 ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_ENCODING); 142 ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR); 148 ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR); 156 ERR_raise(ERR_LIB_SM2, ERR_R_MALLOC_FAILURE); 168 ERR_raise(ERR_LIB_SM2, ERR_R_BN_LIB); 176 ERR_raise(ERR_LIB_SM2, ERR_R_MALLOC_FAILURE); 183 ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR); 191 ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB); 197 ERR_raise(ERR_LIB_SM2, ERR_R_INTERNAL_ERROR); 203 ERR_raise(ERR_LIB_SM2, ERR_R_MALLOC_FAILUR [all...] |
H A D | sm2_key.c | 33 ERR_raise(ERR_LIB_SM2, ERR_R_PASSED_NULL_PARAMETER); in ossl_sm2_key_private_check() 43 ERR_raise(ERR_LIB_SM2, SM2_R_INVALID_PRIVATE_KEY); in ossl_sm2_key_private_check()
|
/third_party/python/Modules/ |
H A D | _ssl_data_111.h | 105 #ifdef ERR_LIB_SM2 106 {"SM2", ERR_LIB_SM2}, 4114 {"ASN1_ERROR", ERR_LIB_SM2, SM2_R_ASN1_ERROR}, 4119 {"BAD_SIGNATURE", ERR_LIB_SM2, SM2_R_BAD_SIGNATURE}, 4124 {"BUFFER_TOO_SMALL", ERR_LIB_SM2, SM2_R_BUFFER_TOO_SMALL}, 4129 {"DIST_ID_TOO_LARGE", ERR_LIB_SM2, SM2_R_DIST_ID_TOO_LARGE}, 4134 {"ID_NOT_SET", ERR_LIB_SM2, SM2_R_ID_NOT_SET}, 4139 {"ID_TOO_LARGE", ERR_LIB_SM2, SM2_R_ID_TOO_LARGE}, 4144 {"INVALID_CURVE", ERR_LIB_SM2, SM2_R_INVALID_CURVE}, 4149 {"INVALID_DIGEST", ERR_LIB_SM2, SM2_R_INVALID_DIGES [all...] |
H A D | _ssl_data_300.h | 135 #ifdef ERR_LIB_SM2 136 {"SM2", ERR_LIB_SM2}, 6099 {"ASN1_ERROR", ERR_LIB_SM2, SM2_R_ASN1_ERROR}, 6104 {"BAD_SIGNATURE", ERR_LIB_SM2, SM2_R_BAD_SIGNATURE}, 6109 {"BUFFER_TOO_SMALL", ERR_LIB_SM2, SM2_R_BUFFER_TOO_SMALL}, 6114 {"DIST_ID_TOO_LARGE", ERR_LIB_SM2, SM2_R_DIST_ID_TOO_LARGE}, 6119 {"ID_NOT_SET", ERR_LIB_SM2, SM2_R_ID_NOT_SET}, 6124 {"ID_TOO_LARGE", ERR_LIB_SM2, SM2_R_ID_TOO_LARGE}, 6129 {"INVALID_CURVE", ERR_LIB_SM2, SM2_R_INVALID_CURVE}, 6134 {"INVALID_DIGEST", ERR_LIB_SM2, SM2_R_INVALID_DIGES [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | err.h | 97 # define ERR_LIB_SM2 53 macro 136 # define SM2err(f,r) ERR_PUT_error(ERR_LIB_SM2,(f),(r),OPENSSL_FILE,OPENSSL_LINE)
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | err.h | 114 # define ERR_LIB_SM2 53 macro 163 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
|