pub                89 source4/heimdal/lib/hcrypto/dh-imath.c     mpz_t pub, priv_key, g, p;
pub               116 source4/heimdal/lib/hcrypto/dh-imath.c 	mp_int_init(&pub);
pub               125 source4/heimdal/lib/hcrypto/dh-imath.c 	res = mp_int_exptmod(&g, &priv_key, &p, &pub);
pub               133 source4/heimdal/lib/hcrypto/dh-imath.c 	dh->pub_key = mpz2BN(&pub);
pub               134 source4/heimdal/lib/hcrypto/dh-imath.c 	mp_int_clear(&pub);
pub               160 source4/heimdal/lib/hcrypto/dh-imath.c dh_compute_key(unsigned char *shared, const BIGNUM * pub, DH *dh)
pub               173 source4/heimdal/lib/hcrypto/dh-imath.c     BN2mpz(&peer_pub, pub);
pub               412 source4/heimdal/lib/hcrypto/dh.c dh_null_compute_key(unsigned char *shared,const BIGNUM *pub, DH *dh)
pub              4397 source4/heimdal/lib/krb5/crypto.c     krb5_data pub;
pub              4408 source4/heimdal/lib/krb5/crypto.c     ASN1_MALLOC_ENCODE(PkinitSuppPubInfo, pub.data, pub.length,
pub              4414 source4/heimdal/lib/krb5/crypto.c     if (pub.length != size)
pub              4419 source4/heimdal/lib/krb5/crypto.c 	free(pub.data);
pub              4425 source4/heimdal/lib/krb5/crypto.c 	free(pub.data);
pub              4430 source4/heimdal/lib/krb5/crypto.c     otherinfo.suppPubInfo = &pub;
pub              4436 source4/heimdal/lib/krb5/crypto.c     free(pub.data);