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

/freebsd-13-stable/lib/libmp/
H A Dmpasbn.c49 * reasonable. The MPERR and MPERRX macros call warn and warnx,
90 #define MPERRX(s) do { warnx s; abort(); } while (0) macro
113 * Report an error from one of the BN_* functions using MPERRX.
120 MPERRX(("%s: %s", msg, ERR_reason_error_string(ERR_get_error())));

Completed in 104 milliseconds