Searched refs:MP_OKAY (Results 26 - 29 of 29) sorted by relevance

12

/illumos-gate/usr/src/common/mpi/
H A Dmpi.h120 #define MP_OKAY 0 /* no error, all is well */ macro
360 #define MP_CHECKOK(x) if (MP_OKAY > (res = (x))) goto CLEANUP
361 #define MP_CHECKERR(x) if (MP_OKAY > (res = (x))) goto CLEANUP
H A Dmpi-priv.h303 (s_mpv_mul_d_add_prop(MP_DIGITS(a), MP_USED(a), b, MP_DIGITS(c) + off), MP_OKAY)
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_test.c408 if (size < MP_OKAY) {
448 if (res != MP_OKAY) {
529 if (res != MP_OKAY) {
H A Decc_impl.h211 #define CHECK_MPI_OK(func) if (MP_OKAY > (err = func)) goto cleanup

Completed in 76 milliseconds

12