Searched refs:EC_R_UNKNOWN_ORDER (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Decerr.h98 # define EC_R_UNKNOWN_ORDER 114 macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Decerr.h270 # define EC_R_UNKNOWN_ORDER 114 macro
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_err.c116 {ERR_PACK(ERR_LIB_EC, 0, EC_R_UNKNOWN_ORDER), "unknown order"},
H A Dec_mult.c162 ERR_raise(ERR_LIB_EC, EC_R_UNKNOWN_ORDER);
869 ERR_raise(ERR_LIB_EC, EC_R_UNKNOWN_ORDER);
H A Decp_nistz256.c864 ERR_raise(ERR_LIB_EC, EC_R_UNKNOWN_ORDER);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_err.c376 {ERR_PACK(ERR_LIB_EC, 0, EC_R_UNKNOWN_ORDER), "unknown order"},
H A Dec_mult.c156 ECerr(EC_F_EC_SCALAR_MUL_LADDER, EC_R_UNKNOWN_ORDER);
855 ECerr(EC_F_EC_WNAF_PRECOMPUTE_MULT, EC_R_UNKNOWN_ORDER);
H A Decp_nistz256.c859 ECerr(EC_F_ECP_NISTZ256_MULT_PRECOMPUTE, EC_R_UNKNOWN_ORDER);

Completed in 220 milliseconds