Home
last modified time | relevance | path

Searched refs:ERR_R_EC_LIB (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c213 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_asn1_group2fieldid()
246 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_asn1_group2fieldid()
326 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_asn1_group2curve()
407 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in EC_GROUP_get_ecparameters()
413 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in EC_GROUP_get_ecparameters()
427 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in EC_GROUP_get_ecparameters()
440 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in EC_GROUP_get_ecparameters()
684 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in EC_GROUP_new_from_ecparameters()
728 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in EC_GROUP_new_from_ecparameters()
756 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in EC_GROUP_new_from_ecparameters()
[all …]
H A Decdsa_ossl.c130 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ecdsa_sign_setup()
135 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ecdsa_sign_setup()
167 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ecdsa_sign_setup()
172 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ecdsa_sign_setup()
263 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ossl_ecdsa_simple_sign_sig()
426 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ossl_ecdsa_simple_verify_sig()
474 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ossl_ecdsa_simple_verify_sig()
479 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ossl_ecdsa_simple_verify_sig()
H A Deck_prn.c135 reason = ERR_R_EC_LIB; in ECPKParameters_print()
140 reason = ERR_R_EC_LIB; in ECPKParameters_print()
146 reason = ERR_R_EC_LIB; in ECPKParameters_print()
154 reason = ERR_R_EC_LIB; in ECPKParameters_print()
H A Dec_curve.c3175 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_group_new_from_data()
3180 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_group_new_from_data()
3189 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_group_new_from_data()
3198 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_group_new_from_data()
3208 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_group_new_from_data()
3217 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_group_new_from_data()
3222 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_group_new_from_data()
H A Dec_ameth.c59 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in eckey_param2type()
77 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in eckey_pub_encode()
186 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in eckey_priv_encode()
340 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in do_EC_KEY_print()
H A Dec_mult.c180 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()
272 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ossl_ec_scalar_mul_ladder()
H A Dec_key.c492 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ossl_ec_key_public_check()
548 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ossl_ec_key_pairwise_check()
H A Dec2_smpl.c818 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in ec_GF2m_simple_ladder_post()
H A Dec_lib.c1665 ERR_raise(ERR_LIB_EC, ERR_R_EC_LIB); in EC_GROUP_new_from_params()
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c210 ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB); in ossl_sm2_encrypt()
373 ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB); in ossl_sm2_decrypt()
H A Dsm2_sign.c105 ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB); in ossl_sm2_compute_z_digest()
384 ERR_raise(ERR_LIB_SM2, ERR_R_EC_LIB); in sm2_sig_verify()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h328 # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON) macro
H A Derr.h.in330 # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON) macro
/freebsd/crypto/openssl/crypto/err/
H A Derr.c102 {ERR_R_EC_LIB, "EC lib"},
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c1658 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_EC_LIB); in tls_construct_stoc_key_share()
H A Dextensions_clnt.c620 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_EC_LIB); in add_key_share()
H A Dstatem_clnt.c2996 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_EC_LIB); in tls_construct_cke_ecdhe()
H A Dstatem_srvr.c2538 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_EC_LIB); in tls_construct_server_key_exchange()