OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kdc_dh_pubkey
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
pkinit.c
1358
BIGNUM *
kdc_dh_pubkey
= NULL;
local
1456
kdc_dh_pubkey
= integer_to_BN(context, "DHPublicKey", &k);
1458
if (
kdc_dh_pubkey
== NULL) {
1472
dh_gen_keylen = DH_compute_key(dh_gen_key,
kdc_dh_pubkey
, ctx->u.dh);
1522
if (
kdc_dh_pubkey
)
1523
BN_free(
kdc_dh_pubkey
);
pkinit.c
1358
BIGNUM *
kdc_dh_pubkey
= NULL;
local
1456
kdc_dh_pubkey
= integer_to_BN(context, "DHPublicKey", &k);
1458
if (
kdc_dh_pubkey
== NULL) {
1472
dh_gen_keylen = DH_compute_key(dh_gen_key,
kdc_dh_pubkey
, ctx->u.dh);
1522
if (
kdc_dh_pubkey
)
1523
BN_free(
kdc_dh_pubkey
);
Completed in 46 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026