vtmp              411 source4/heimdal/lib/hcrypto/imath/imath.c   mpz_t     vtmp;
vtmp              414 source4/heimdal/lib/hcrypto/imath/imath.c   s_fake(&vtmp, value, vbuf);
vtmp              415 source4/heimdal/lib/hcrypto/imath/imath.c   return mp_int_init_copy(z, &vtmp);
vtmp              424 source4/heimdal/lib/hcrypto/imath/imath.c   mpz_t    vtmp;
vtmp              427 source4/heimdal/lib/hcrypto/imath/imath.c   s_fake(&vtmp, value, vbuf);
vtmp              428 source4/heimdal/lib/hcrypto/imath/imath.c   return mp_int_copy(&vtmp, z);
vtmp              623 source4/heimdal/lib/hcrypto/imath/imath.c   mpz_t     vtmp;
vtmp              626 source4/heimdal/lib/hcrypto/imath/imath.c   s_fake(&vtmp, value, vbuf);
vtmp              628 source4/heimdal/lib/hcrypto/imath/imath.c   return mp_int_add(a, &vtmp, c);
vtmp              701 source4/heimdal/lib/hcrypto/imath/imath.c   mpz_t     vtmp;
vtmp              704 source4/heimdal/lib/hcrypto/imath/imath.c   s_fake(&vtmp, value, vbuf);
vtmp              706 source4/heimdal/lib/hcrypto/imath/imath.c   return mp_int_sub(a, &vtmp, c);
vtmp              777 source4/heimdal/lib/hcrypto/imath/imath.c   mpz_t     vtmp;
vtmp              780 source4/heimdal/lib/hcrypto/imath/imath.c   s_fake(&vtmp, value, vbuf);
vtmp              782 source4/heimdal/lib/hcrypto/imath/imath.c   return mp_int_mul(a, &vtmp, c);
vtmp              994 source4/heimdal/lib/hcrypto/imath/imath.c   mpz_t     vtmp, rtmp;
vtmp              999 source4/heimdal/lib/hcrypto/imath/imath.c   s_fake(&vtmp, value, vbuf);
vtmp             1001 source4/heimdal/lib/hcrypto/imath/imath.c   if((res = mp_int_div(a, &vtmp, q, &rtmp)) != MP_OK)
vtmp             1237 source4/heimdal/lib/hcrypto/imath/imath.c   mpz_t    vtmp;
vtmp             1240 source4/heimdal/lib/hcrypto/imath/imath.c   s_fake(&vtmp, value, vbuf);
vtmp             1242 source4/heimdal/lib/hcrypto/imath/imath.c   return mp_int_exptmod(a, &vtmp, m, c);
vtmp             1252 source4/heimdal/lib/hcrypto/imath/imath.c   mpz_t    vtmp;
vtmp             1255 source4/heimdal/lib/hcrypto/imath/imath.c   s_fake(&vtmp, value, vbuf);
vtmp             1257 source4/heimdal/lib/hcrypto/imath/imath.c   return mp_int_exptmod(&vtmp, b, m, c);