Searched refs:EC_R_CANNOT_INVERT (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/openssl/
H A Decerr.h212 # define EC_R_CANNOT_INVERT 165 macro
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Decp_mont.c212 * If a is zero (or equivalent), you'll get a EC_R_CANNOT_INVERT error.
246 ECerr(EC_F_EC_GFP_MONT_FIELD_INV, EC_R_CANNOT_INVERT);
H A Dec_err.c296 {ERR_PACK(ERR_LIB_EC, 0, EC_R_CANNOT_INVERT), "cannot invert"},
H A Dec2_smpl.c893 * If a is zero (or equivalent), you'll get a EC_R_CANNOT_INVERT error.
902 ECerr(EC_F_EC_GF2M_SIMPLE_FIELD_INV, EC_R_CANNOT_INVERT);
H A Decp_smpl.c1373 * If a is zero (or equivalent), you'll get a EC_R_CANNOT_INVERT error.
1401 ECerr(EC_F_EC_GFP_SIMPLE_FIELD_INV, EC_R_CANNOT_INVERT);

Completed in 160 milliseconds