Searched refs:EC_R_UNSUPPORTED_FIELD (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ecerr.h | 99 # define EC_R_UNSUPPORTED_FIELD 131 macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ecerr.h | 271 # define EC_R_UNSUPPORTED_FIELD 131 macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ec_err.c | 117 {ERR_PACK(ERR_LIB_EC, 0, EC_R_UNSUPPORTED_FIELD), "unsupported field"},
|
H A D | ec2_smpl.c | 112 ERR_raise(ERR_LIB_EC, EC_R_UNSUPPORTED_FIELD); in ossl_ec_GF2m_simple_group_set_curve()
|
H A D | ec_asn1.c | 298 ERR_raise(ERR_LIB_EC, EC_R_UNSUPPORTED_FIELD); in ec_asn1_group2fieldid()
|
H A D | ec_lib.c | 1611 ERR_raise(ERR_LIB_EC, EC_R_UNSUPPORTED_FIELD); in EC_GROUP_new_from_params()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | ec_err.c | 377 {ERR_PACK(ERR_LIB_EC, 0, EC_R_UNSUPPORTED_FIELD), "unsupported field"},
|
H A D | ec2_smpl.c | 106 ECerr(EC_F_EC_GF2M_SIMPLE_GROUP_SET_CURVE, EC_R_UNSUPPORTED_FIELD); in ec_GF2m_simple_group_set_curve()
|
H A D | ec_asn1.c | 361 ECerr(EC_F_EC_ASN1_GROUP2FIELDID, EC_R_UNSUPPORTED_FIELD); in ec_asn1_group2fieldid()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/ |
H A D | openssl.txt | 612 EC_R_UNSUPPORTED_FIELD:131:unsupported field
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 2203 EC_R_UNSUPPORTED_FIELD:131:unsupported field
|