MP_TRUE            50 source4/heimdal/lib/hcrypto/imath/imath.c const mp_result MP_TRUE   = -1; /* boolean true           */
MP_TRUE            67 source4/heimdal/lib/hcrypto/imath/imath.h extern const mp_result MP_TRUE;
MP_TRUE           163 source4/heimdal/lib/hcrypto/imath/iprime.c   return MP_TRUE;
MP_TRUE           556 source4/heimdal/lib/hcrypto/rsa-imath.c 	CHECK(mp_int_find_prime(&p), MP_TRUE);
MP_TRUE           568 source4/heimdal/lib/hcrypto/rsa-imath.c 	CHECK(mp_int_find_prime(&q), MP_TRUE);