peer_pub          162 source4/heimdal/lib/hcrypto/dh-imath.c     mpz_t s, priv_key, p, peer_pub;
peer_pub          172 source4/heimdal/lib/hcrypto/dh-imath.c     mp_int_init(&peer_pub);
peer_pub          173 source4/heimdal/lib/hcrypto/dh-imath.c     BN2mpz(&peer_pub, pub);
peer_pub          176 source4/heimdal/lib/hcrypto/dh-imath.c     if (MP_SIGN(&peer_pub) == MP_NEG
peer_pub          177 source4/heimdal/lib/hcrypto/dh-imath.c 	|| mp_int_compare(&peer_pub, &p) >= 0
peer_pub          178 source4/heimdal/lib/hcrypto/dh-imath.c 	|| mp_int_compare_value(&peer_pub, 1) <= 0)
peer_pub          181 source4/heimdal/lib/hcrypto/dh-imath.c 	mp_int_clear(&peer_pub);
peer_pub          190 source4/heimdal/lib/hcrypto/dh-imath.c     mp_int_exptmod(&peer_pub, &priv_key, &p, &s);
peer_pub          193 source4/heimdal/lib/hcrypto/dh-imath.c     mp_int_clear(&peer_pub);