Searched refs:kdc_dh_pubkey (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c1326 BIGNUM *kdc_dh_pubkey = NULL; local
1424 kdc_dh_pubkey = integer_to_BN(context, "DHPublicKey", &k);
1426 if (kdc_dh_pubkey == NULL) {
1441 dh_gen_keylen = DH_compute_key(dh_gen_key, kdc_dh_pubkey, ctx->u.dh);
1535 if (kdc_dh_pubkey)
1536 BN_free(kdc_dh_pubkey);

Completed in 178 milliseconds