Home
last modified time | relevance | path

Searched refs:ERR_LIB_EC (Results 1 - 25 of 127) sorted by relevance

123456

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_err.c20 {ERR_PACK(ERR_LIB_EC, 0, EC_R_ASN1_ERROR), "asn1 error"},
21 {ERR_PACK(ERR_LIB_EC, 0, EC_R_BAD_SIGNATURE), "bad signature"},
22 {ERR_PACK(ERR_LIB_EC, 0, EC_R_BIGNUM_OUT_OF_RANGE), "bignum out of range"},
23 {ERR_PACK(ERR_LIB_EC, 0, EC_R_BUFFER_TOO_SMALL), "buffer too small"},
24 {ERR_PACK(ERR_LIB_EC, 0, EC_R_CANNOT_INVERT), "cannot invert"},
25 {ERR_PACK(ERR_LIB_EC, 0, EC_R_COORDINATES_OUT_OF_RANGE),
27 {ERR_PACK(ERR_LIB_EC, 0, EC_R_CURVE_DOES_NOT_SUPPORT_ECDH),
29 {ERR_PACK(ERR_LIB_EC, 0, EC_R_CURVE_DOES_NOT_SUPPORT_ECDSA),
31 {ERR_PACK(ERR_LIB_EC, 0, EC_R_CURVE_DOES_NOT_SUPPORT_SIGNING),
33 {ERR_PACK(ERR_LIB_EC,
[all...]
H A Decdsa_ossl.c36 ERR_raise(ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_ECDSA); in ossl_ecdsa_sign_setup()
48 ERR_raise(ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_ECDSA); in ossl_ecdsa_sign_sig()
60 ERR_raise(ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_ECDSA); in ossl_ecdsa_verify_sig()
97 ERR_raise(ERR_LIB_EC, ERR_R_PASSED_NULL_PARAMETER); in ecdsa_sign_setup()
101 ERR_raise(ERR_LIB_EC, EC_R_MISSING_PRIVATE_KEY); in ecdsa_sign_setup()
106 ERR_raise(ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_SIGNING); in ecdsa_sign_setup()
112 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ecdsa_sign_setup()
121 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ecdsa_sign_setup()
125 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ecdsa_sign_setup()
145 ERR_raise(ERR_LIB_EC, EC_R_RANDOM_NUMBER_GENERATION_FAILE in ecdsa_sign_setup()
[all...]
H A Dec_asn1.c202 ERR_raise(ERR_LIB_EC, ERR_R_OBJ_LIB); in ec_asn1_group2fieldid()
208 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_asn1_group2fieldid()
213 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_asn1_group2fieldid()
219 ERR_raise(ERR_LIB_EC, ERR_R_ASN1_LIB); in ec_asn1_group2fieldid()
225 ERR_raise(ERR_LIB_EC, EC_R_GF2M_NOT_SUPPORTED); in ec_asn1_group2fieldid()
237 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_asn1_group2fieldid()
246 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_asn1_group2fieldid()
251 ERR_raise(ERR_LIB_EC, ERR_R_OBJ_LIB); in ec_asn1_group2fieldid()
263 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_asn1_group2fieldid()
267 ERR_raise(ERR_LIB_EC, ERR_R_ASN1_LI in ec_asn1_group2fieldid()
[all...]
H A Decp_oct.c112 ERR_raise(ERR_LIB_EC, EC_R_INVALID_COMPRESSED_POINT); in ossl_ec_GFp_simple_set_compressed_coordinates()
117 ERR_raise(ERR_LIB_EC, ERR_R_BN_LIB); in ossl_ec_GFp_simple_set_compressed_coordinates()
132 ERR_raise(ERR_LIB_EC, EC_R_INVALID_COMPRESSION_BIT); in ossl_ec_GFp_simple_set_compressed_coordinates()
137 ERR_raise(ERR_LIB_EC, EC_R_INVALID_COMPRESSED_POINT); in ossl_ec_GFp_simple_set_compressed_coordinates()
144 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ec_GFp_simple_set_compressed_coordinates()
172 ERR_raise(ERR_LIB_EC, EC_R_INVALID_FORM); in ossl_ec_GFp_simple_point2oct()
180 ERR_raise(ERR_LIB_EC, EC_R_BUFFER_TOO_SMALL); in ossl_ec_GFp_simple_point2oct()
197 ERR_raise(ERR_LIB_EC, EC_R_BUFFER_TOO_SMALL); in ossl_ec_GFp_simple_point2oct()
227 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ec_GFp_simple_point2oct()
237 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERRO in ossl_ec_GFp_simple_point2oct()
[all...]
H A Dec_check.c26 ERR_raise(ERR_LIB_EC, ERR_R_PASSED_NULL_PARAMETER); in EC_GROUP_check_named_curve()
33 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in EC_GROUP_check_named_curve()
61 ERR_raise(ERR_LIB_EC, ERR_R_PASSED_NULL_PARAMETER); in EC_GROUP_check()
72 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in EC_GROUP_check()
79 ERR_raise(ERR_LIB_EC, EC_R_DISCRIMINANT_IS_ZERO); in EC_GROUP_check()
85 ERR_raise(ERR_LIB_EC, EC_R_UNDEFINED_GENERATOR); in EC_GROUP_check()
89 ERR_raise(ERR_LIB_EC, EC_R_POINT_IS_NOT_ON_CURVE); in EC_GROUP_check()
100 ERR_raise(ERR_LIB_EC, EC_R_UNDEFINED_ORDER); in EC_GROUP_check()
107 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDER); in EC_GROUP_check()
H A Dec2_oct.c88 ERR_raise(ERR_LIB_EC, EC_R_INVALID_COMPRESSED_POINT); in ossl_ec_GF2m_simple_set_compressed_coordinates()
93 ERR_raise(ERR_LIB_EC, ERR_R_BN_LIB); in ossl_ec_GF2m_simple_set_compressed_coordinates()
141 ERR_raise(ERR_LIB_EC, EC_R_INVALID_FORM); in ossl_ec_GF2m_simple_point2oct()
149 ERR_raise(ERR_LIB_EC, EC_R_BUFFER_TOO_SMALL); in ossl_ec_GF2m_simple_point2oct()
166 ERR_raise(ERR_LIB_EC, EC_R_BUFFER_TOO_SMALL); in ossl_ec_GF2m_simple_point2oct()
201 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ec_GF2m_simple_point2oct()
211 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ec_GF2m_simple_point2oct()
219 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ec_GF2m_simple_point2oct()
231 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ec_GF2m_simple_point2oct()
270 ERR_raise(ERR_LIB_EC, EC_R_BUFFER_TOO_SMAL in ossl_ec_GF2m_simple_oct2point()
[all...]
H A Dec_lib.c34 ERR_raise(ERR_LIB_EC, EC_R_SLOT_FULL); in ossl_ec_group_new_ex()
38 ERR_raise(ERR_LIB_EC, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in ossl_ec_group_new_ex()
44 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ec_group_new_ex()
52 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ec_group_new_ex()
163 ERR_raise(ERR_LIB_EC, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in EC_GROUP_copy()
167 ERR_raise(ERR_LIB_EC, EC_R_INCOMPATIBLE_OBJECTS); in EC_GROUP_copy()
250 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in EC_GROUP_copy()
367 ERR_raise(ERR_LIB_EC, ERR_R_PASSED_NULL_PARAMETER); in EC_GROUP_set_generator()
374 ERR_raise(ERR_LIB_EC, EC_R_INVALID_FIELD); in EC_GROUP_set_generator()
385 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDE in EC_GROUP_set_generator()
[all...]
H A Decdh_ossl.c32 ERR_raise(ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_ECDH); in ossl_ecdh_compute_key()
66 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ecdh_simple_compute_key()
72 ERR_raise(ERR_LIB_EC, EC_R_MISSING_PRIVATE_KEY); in ossl_ecdh_simple_compute_key()
85 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ecdh_simple_compute_key()
92 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ecdh_simple_compute_key()
97 ERR_raise(ERR_LIB_EC, EC_R_POINT_ARITHMETIC_FAILURE); in ossl_ecdh_simple_compute_key()
107 ERR_raise(ERR_LIB_EC, EC_R_POINT_ARITHMETIC_FAILURE); in ossl_ecdh_simple_compute_key()
118 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ecdh_simple_compute_key()
122 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ecdh_simple_compute_key()
128 ERR_raise(ERR_LIB_EC, ERR_R_BN_LI in ossl_ecdh_simple_compute_key()
[all...]
H A Dec_mult.c60 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_pre_comp_new()
71 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_pre_comp_new()
162 ERR_raise(ERR_LIB_EC, EC_R_UNKNOWN_ORDER); in ossl_ec_scalar_mul_ladder()
166 ERR_raise(ERR_LIB_EC, EC_R_UNKNOWN_COFACTOR); in ossl_ec_scalar_mul_ladder()
174 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ec_scalar_mul_ladder()
180 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ossl_ec_scalar_mul_ladder()
185 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ossl_ec_scalar_mul_ladder()
198 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ec_scalar_mul_ladder()
203 ERR_raise(ERR_LIB_EC, ERR_R_BN_LIB); in ossl_ec_scalar_mul_ladder()
217 ERR_raise(ERR_LIB_EC, ERR_R_BN_LI in ossl_ec_scalar_mul_ladder()
[all...]
H A Dec_oct.c29 ERR_raise(ERR_LIB_EC, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in EC_POINT_set_compressed_coordinates()
33 ERR_raise(ERR_LIB_EC, EC_R_INCOMPATIBLE_OBJECTS); in EC_POINT_set_compressed_coordinates()
43 ERR_raise(ERR_LIB_EC, EC_R_GF2M_NOT_SUPPORTED); in EC_POINT_set_compressed_coordinates()
79 ERR_raise(ERR_LIB_EC, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in EC_POINT_point2oct()
83 ERR_raise(ERR_LIB_EC, EC_R_INCOMPATIBLE_OBJECTS); in EC_POINT_point2oct()
93 ERR_raise(ERR_LIB_EC, EC_R_GF2M_NOT_SUPPORTED); in EC_POINT_point2oct()
110 ERR_raise(ERR_LIB_EC, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in EC_POINT_oct2point()
114 ERR_raise(ERR_LIB_EC, EC_R_INCOMPATIBLE_OBJECTS); in EC_POINT_oct2point()
123 ERR_raise(ERR_LIB_EC, EC_R_GF2M_NOT_SUPPORTED); in EC_POINT_oct2point()
144 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILUR in EC_POINT_point2buf()
[all...]
H A Dec_backend.c173 ERR_raise(ERR_LIB_EC, EC_R_GF2M_NOT_SUPPORTED); in ec_group_explicit_todata()
179 ERR_raise(ERR_LIB_EC, EC_R_INVALID_FIELD); in ec_group_explicit_todata()
193 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_group_explicit_todata()
198 ERR_raise(ERR_LIB_EC, EC_R_INVALID_CURVE); in ec_group_explicit_todata()
204 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_group_explicit_todata()
214 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDER); in ec_group_explicit_todata()
219 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_group_explicit_todata()
229 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_group_explicit_todata()
241 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GENERATOR); in ec_group_explicit_todata()
246 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GENERATO in ec_group_explicit_todata()
[all...]
/third_party/openssl/crypto/ec/
H A Dec_err.c20 {ERR_PACK(ERR_LIB_EC, 0, EC_R_ASN1_ERROR), "asn1 error"},
21 {ERR_PACK(ERR_LIB_EC, 0, EC_R_BAD_SIGNATURE), "bad signature"},
22 {ERR_PACK(ERR_LIB_EC, 0, EC_R_BIGNUM_OUT_OF_RANGE), "bignum out of range"},
23 {ERR_PACK(ERR_LIB_EC, 0, EC_R_BUFFER_TOO_SMALL), "buffer too small"},
24 {ERR_PACK(ERR_LIB_EC, 0, EC_R_CANNOT_INVERT), "cannot invert"},
25 {ERR_PACK(ERR_LIB_EC, 0, EC_R_COORDINATES_OUT_OF_RANGE),
27 {ERR_PACK(ERR_LIB_EC, 0, EC_R_CURVE_DOES_NOT_SUPPORT_ECDH),
29 {ERR_PACK(ERR_LIB_EC, 0, EC_R_CURVE_DOES_NOT_SUPPORT_ECDSA),
31 {ERR_PACK(ERR_LIB_EC, 0, EC_R_CURVE_DOES_NOT_SUPPORT_SIGNING),
33 {ERR_PACK(ERR_LIB_EC,
[all...]
H A Decdsa_ossl.c36 ERR_raise(ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_ECDSA); in ossl_ecdsa_sign_setup()
48 ERR_raise(ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_ECDSA); in ossl_ecdsa_sign_sig()
60 ERR_raise(ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_ECDSA); in ossl_ecdsa_verify_sig()
102 ERR_raise(ERR_LIB_EC, ERR_R_PASSED_NULL_PARAMETER); in ecdsa_sign_setup()
106 ERR_raise(ERR_LIB_EC, EC_R_MISSING_PRIVATE_KEY); in ecdsa_sign_setup()
111 ERR_raise(ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_SIGNING); in ecdsa_sign_setup()
117 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ecdsa_sign_setup()
126 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ecdsa_sign_setup()
130 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ecdsa_sign_setup()
150 ERR_raise(ERR_LIB_EC, EC_R_RANDOM_NUMBER_GENERATION_FAILE in ecdsa_sign_setup()
[all...]
H A Dec_asn1.c202 ERR_raise(ERR_LIB_EC, ERR_R_OBJ_LIB); in ec_asn1_group2fieldid()
208 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_asn1_group2fieldid()
213 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_asn1_group2fieldid()
219 ERR_raise(ERR_LIB_EC, ERR_R_ASN1_LIB); in ec_asn1_group2fieldid()
225 ERR_raise(ERR_LIB_EC, EC_R_GF2M_NOT_SUPPORTED); in ec_asn1_group2fieldid()
237 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_asn1_group2fieldid()
246 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_asn1_group2fieldid()
251 ERR_raise(ERR_LIB_EC, ERR_R_OBJ_LIB); in ec_asn1_group2fieldid()
263 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_asn1_group2fieldid()
267 ERR_raise(ERR_LIB_EC, ERR_R_ASN1_LI in ec_asn1_group2fieldid()
[all...]
H A Decp_oct.c112 ERR_raise(ERR_LIB_EC, EC_R_INVALID_COMPRESSED_POINT); in ossl_ec_GFp_simple_set_compressed_coordinates()
117 ERR_raise(ERR_LIB_EC, ERR_R_BN_LIB); in ossl_ec_GFp_simple_set_compressed_coordinates()
132 ERR_raise(ERR_LIB_EC, EC_R_INVALID_COMPRESSION_BIT); in ossl_ec_GFp_simple_set_compressed_coordinates()
137 ERR_raise(ERR_LIB_EC, EC_R_INVALID_COMPRESSED_POINT); in ossl_ec_GFp_simple_set_compressed_coordinates()
144 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ec_GFp_simple_set_compressed_coordinates()
172 ERR_raise(ERR_LIB_EC, EC_R_INVALID_FORM); in ossl_ec_GFp_simple_point2oct()
180 ERR_raise(ERR_LIB_EC, EC_R_BUFFER_TOO_SMALL); in ossl_ec_GFp_simple_point2oct()
197 ERR_raise(ERR_LIB_EC, EC_R_BUFFER_TOO_SMALL); in ossl_ec_GFp_simple_point2oct()
227 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ec_GFp_simple_point2oct()
237 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERRO in ossl_ec_GFp_simple_point2oct()
[all...]
H A Dec_check.c26 ERR_raise(ERR_LIB_EC, ERR_R_PASSED_NULL_PARAMETER); in EC_GROUP_check_named_curve()
33 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in EC_GROUP_check_named_curve()
61 ERR_raise(ERR_LIB_EC, ERR_R_PASSED_NULL_PARAMETER); in EC_GROUP_check()
72 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in EC_GROUP_check()
79 ERR_raise(ERR_LIB_EC, EC_R_DISCRIMINANT_IS_ZERO); in EC_GROUP_check()
85 ERR_raise(ERR_LIB_EC, EC_R_UNDEFINED_GENERATOR); in EC_GROUP_check()
89 ERR_raise(ERR_LIB_EC, EC_R_POINT_IS_NOT_ON_CURVE); in EC_GROUP_check()
100 ERR_raise(ERR_LIB_EC, EC_R_UNDEFINED_ORDER); in EC_GROUP_check()
107 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDER); in EC_GROUP_check()
H A Dec2_oct.c88 ERR_raise(ERR_LIB_EC, EC_R_INVALID_COMPRESSED_POINT); in ossl_ec_GF2m_simple_set_compressed_coordinates()
93 ERR_raise(ERR_LIB_EC, ERR_R_BN_LIB); in ossl_ec_GF2m_simple_set_compressed_coordinates()
141 ERR_raise(ERR_LIB_EC, EC_R_INVALID_FORM); in ossl_ec_GF2m_simple_point2oct()
149 ERR_raise(ERR_LIB_EC, EC_R_BUFFER_TOO_SMALL); in ossl_ec_GF2m_simple_point2oct()
166 ERR_raise(ERR_LIB_EC, EC_R_BUFFER_TOO_SMALL); in ossl_ec_GF2m_simple_point2oct()
201 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ec_GF2m_simple_point2oct()
211 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ec_GF2m_simple_point2oct()
219 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ec_GF2m_simple_point2oct()
231 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ec_GF2m_simple_point2oct()
270 ERR_raise(ERR_LIB_EC, EC_R_BUFFER_TOO_SMAL in ossl_ec_GF2m_simple_oct2point()
[all...]
H A Dec_lib.c34 ERR_raise(ERR_LIB_EC, EC_R_SLOT_FULL); in ossl_ec_group_new_ex()
38 ERR_raise(ERR_LIB_EC, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in ossl_ec_group_new_ex()
44 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ec_group_new_ex()
52 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ec_group_new_ex()
163 ERR_raise(ERR_LIB_EC, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in EC_GROUP_copy()
167 ERR_raise(ERR_LIB_EC, EC_R_INCOMPATIBLE_OBJECTS); in EC_GROUP_copy()
250 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in EC_GROUP_copy()
367 ERR_raise(ERR_LIB_EC, ERR_R_PASSED_NULL_PARAMETER); in EC_GROUP_set_generator()
374 ERR_raise(ERR_LIB_EC, EC_R_INVALID_FIELD); in EC_GROUP_set_generator()
385 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDE in EC_GROUP_set_generator()
[all...]
H A Decdh_ossl.c32 ERR_raise(ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_ECDH); in ossl_ecdh_compute_key()
66 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ecdh_simple_compute_key()
72 ERR_raise(ERR_LIB_EC, EC_R_MISSING_PRIVATE_KEY); in ossl_ecdh_simple_compute_key()
85 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ecdh_simple_compute_key()
92 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ecdh_simple_compute_key()
97 ERR_raise(ERR_LIB_EC, EC_R_POINT_ARITHMETIC_FAILURE); in ossl_ecdh_simple_compute_key()
107 ERR_raise(ERR_LIB_EC, EC_R_POINT_ARITHMETIC_FAILURE); in ossl_ecdh_simple_compute_key()
118 ERR_raise(ERR_LIB_EC, ERR_R_INTERNAL_ERROR); in ossl_ecdh_simple_compute_key()
122 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ecdh_simple_compute_key()
128 ERR_raise(ERR_LIB_EC, ERR_R_BN_LI in ossl_ecdh_simple_compute_key()
[all...]
H A Dec_mult.c60 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_pre_comp_new()
71 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_pre_comp_new()
162 ERR_raise(ERR_LIB_EC, EC_R_UNKNOWN_ORDER); in ossl_ec_scalar_mul_ladder()
166 ERR_raise(ERR_LIB_EC, EC_R_UNKNOWN_COFACTOR); in ossl_ec_scalar_mul_ladder()
174 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ec_scalar_mul_ladder()
180 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ossl_ec_scalar_mul_ladder()
185 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ossl_ec_scalar_mul_ladder()
198 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ossl_ec_scalar_mul_ladder()
203 ERR_raise(ERR_LIB_EC, ERR_R_BN_LIB); in ossl_ec_scalar_mul_ladder()
217 ERR_raise(ERR_LIB_EC, ERR_R_BN_LI in ossl_ec_scalar_mul_ladder()
[all...]
H A Dec_oct.c29 ERR_raise(ERR_LIB_EC, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in EC_POINT_set_compressed_coordinates()
33 ERR_raise(ERR_LIB_EC, EC_R_INCOMPATIBLE_OBJECTS); in EC_POINT_set_compressed_coordinates()
43 ERR_raise(ERR_LIB_EC, EC_R_GF2M_NOT_SUPPORTED); in EC_POINT_set_compressed_coordinates()
78 ERR_raise(ERR_LIB_EC, ERR_R_PASSED_NULL_PARAMETER); in EC_POINT_point2oct()
83 ERR_raise(ERR_LIB_EC, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in EC_POINT_point2oct()
87 ERR_raise(ERR_LIB_EC, EC_R_INCOMPATIBLE_OBJECTS); in EC_POINT_point2oct()
97 ERR_raise(ERR_LIB_EC, EC_R_GF2M_NOT_SUPPORTED); in EC_POINT_point2oct()
114 ERR_raise(ERR_LIB_EC, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); in EC_POINT_oct2point()
118 ERR_raise(ERR_LIB_EC, EC_R_INCOMPATIBLE_OBJECTS); in EC_POINT_oct2point()
127 ERR_raise(ERR_LIB_EC, EC_R_GF2M_NOT_SUPPORTE in EC_POINT_oct2point()
[all...]
H A Dec_backend.c173 ERR_raise(ERR_LIB_EC, EC_R_GF2M_NOT_SUPPORTED); in ec_group_explicit_todata()
179 ERR_raise(ERR_LIB_EC, EC_R_INVALID_FIELD); in ec_group_explicit_todata()
193 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_group_explicit_todata()
198 ERR_raise(ERR_LIB_EC, EC_R_INVALID_CURVE); in ec_group_explicit_todata()
204 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_group_explicit_todata()
214 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GROUP_ORDER); in ec_group_explicit_todata()
219 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_group_explicit_todata()
229 ERR_raise(ERR_LIB_EC, ERR_R_MALLOC_FAILURE); in ec_group_explicit_todata()
241 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GENERATOR); in ec_group_explicit_todata()
246 ERR_raise(ERR_LIB_EC, EC_R_INVALID_GENERATO in ec_group_explicit_todata()
[all...]
/third_party/python/Modules/
H A D_ssl_data_111.h42 #ifdef ERR_LIB_EC
43 {"EC", ERR_LIB_EC},
1934 {"ASN1_ERROR", ERR_LIB_EC, EC_R_ASN1_ERROR},
1939 {"BAD_SIGNATURE", ERR_LIB_EC, EC_R_BAD_SIGNATURE},
1944 {"BIGNUM_OUT_OF_RANGE", ERR_LIB_EC, EC_R_BIGNUM_OUT_OF_RANGE},
1949 {"BUFFER_TOO_SMALL", ERR_LIB_EC, EC_R_BUFFER_TOO_SMALL},
1954 {"CANNOT_INVERT", ERR_LIB_EC, EC_R_CANNOT_INVERT},
1959 {"COORDINATES_OUT_OF_RANGE", ERR_LIB_EC, EC_R_COORDINATES_OUT_OF_RANGE},
1964 {"CURVE_DOES_NOT_SUPPORT_ECDH", ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_ECDH},
1969 {"CURVE_DOES_NOT_SUPPORT_SIGNING", ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_SIGNIN
[all...]
H A D_ssl_data.h38 #ifdef ERR_LIB_EC
39 {"EC", ERR_LIB_EC},
1788 {"ASN1_ERROR", ERR_LIB_EC, EC_R_ASN1_ERROR},
1793 {"BAD_SIGNATURE", ERR_LIB_EC, EC_R_BAD_SIGNATURE},
1798 {"BIGNUM_OUT_OF_RANGE", ERR_LIB_EC, EC_R_BIGNUM_OUT_OF_RANGE},
1803 {"BUFFER_TOO_SMALL", ERR_LIB_EC, EC_R_BUFFER_TOO_SMALL},
1808 {"CANNOT_INVERT", ERR_LIB_EC, EC_R_CANNOT_INVERT},
1813 {"COORDINATES_OUT_OF_RANGE", ERR_LIB_EC, EC_R_COORDINATES_OUT_OF_RANGE},
1818 {"CURVE_DOES_NOT_SUPPORT_ECDH", ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_ECDH},
1823 {"CURVE_DOES_NOT_SUPPORT_SIGNING", ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_SIGNIN
[all...]
H A D_ssl_data_300.h48 #ifdef ERR_LIB_EC
49 {"EC", ERR_LIB_EC},
2744 {"ASN1_ERROR", ERR_LIB_EC, EC_R_ASN1_ERROR},
2749 {"BAD_SIGNATURE", ERR_LIB_EC, EC_R_BAD_SIGNATURE},
2754 {"BIGNUM_OUT_OF_RANGE", ERR_LIB_EC, EC_R_BIGNUM_OUT_OF_RANGE},
2759 {"BUFFER_TOO_SMALL", ERR_LIB_EC, EC_R_BUFFER_TOO_SMALL},
2764 {"CANNOT_INVERT", ERR_LIB_EC, EC_R_CANNOT_INVERT},
2769 {"COORDINATES_OUT_OF_RANGE", ERR_LIB_EC, EC_R_COORDINATES_OUT_OF_RANGE},
2774 {"CURVE_DOES_NOT_SUPPORT_ECDH", ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_ECDH},
2779 {"CURVE_DOES_NOT_SUPPORT_ECDSA", ERR_LIB_EC, EC_R_CURVE_DOES_NOT_SUPPORT_ECDS
[all...]

Completed in 16 milliseconds

123456