Symbol: MP_ZPOS
usr/src/common/crypto/ecc/ecl_gf.c
320
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecl_gf.c
416
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecl_gf.c
510
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecl_gf.c
603
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecl_gf.c
721
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecl_gf.c
820
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecl_gf.c
896
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecl_gf.c
983
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecl_mult.c
72
MP_SIGN(&kt) = MP_ZPOS;
usr/src/common/crypto/ecc/ecp_192.c
379
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecp_192.c
462
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecp_224.c
203
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecp_224.c
312
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecp_256.c
235
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecp_256.c
259
while (MP_SIGN(r) != MP_ZPOS) {
usr/src/common/crypto/ecc/ecp_256.c
382
MP_SIGN(r) = MP_ZPOS;
usr/src/common/crypto/ecc/ecp_384.c
69
MP_SIGN(&m[i]) = MP_ZPOS;
usr/src/common/crypto/ecc/ecp_384.c
77
MP_SIGN(&m[i]) = MP_ZPOS;
usr/src/common/crypto/ecc/ecp_521.c
70
MP_SIGN(&m1) = MP_ZPOS;
usr/src/common/mpi/mpi.c
2146
while (MP_SIGN(c) != MP_ZPOS) {
usr/src/common/mpi/mpi.c
2299
static const mp_int two = { 0, MP_ZPOS, 1, 1, (mp_digit *)&d2 };
usr/src/common/mpi/mpi.c
2327
while (MP_SIGN(&t1) != MP_ZPOS) {
usr/src/common/mpi/mpi.c
2401
while (MP_SIGN(&tmp2) != MP_ZPOS) {
usr/src/common/mpi/mpi.c
4731
ARGCHK(MP_ZPOS == SIGN(mp), MP_BADARG);
usr/src/common/mpi/mpi.c
807
MP_SIGN(c) = MP_ZPOS;
usr/src/common/mpi/mpi.h
364
#define ZPOS MP_ZPOS