Searched refs:EC_R_INVALID_FORM (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | ecerr.h | 56 # define EC_R_INVALID_FORM 104 macro
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_err.c | 63 {ERR_PACK(ERR_LIB_EC, 0, EC_R_INVALID_FORM), "invalid form"},
|
H A D | ec_backend.c | 308 ERR_raise(ERR_LIB_EC, EC_R_INVALID_FORM); in ossl_ec_group_todata() 526 ECerr(0, EC_R_INVALID_FORM); in ec_key_point_format_fromdata()
|
H A D | ec2_oct.c | 141 ERR_raise(ERR_LIB_EC, EC_R_INVALID_FORM); in ossl_ec_GF2m_simple_point2oct()
|
H A D | ecp_oct.c | 172 ERR_raise(ERR_LIB_EC, EC_R_INVALID_FORM); in ossl_ec_GFp_simple_point2oct()
|
H A D | ec_lib.c | 1511 ECerr(0, EC_R_INVALID_FORM); in ossl_ec_group_set_params() 1520 ECerr(0, EC_R_INVALID_FORM); in ossl_ec_group_set_params()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 571 EC_R_INVALID_FORM:104:invalid form
|