Searched defs:dhkey_info (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_srv.c691 krb5_kdc_dh_key_info dhkey_info; local
817 dhkey_info.subjectPublicKey.length = dh_pubkey_len;
818 dhkey_info.subjectPublicKey.data = dh_pubkey;
819 dhkey_info.nonce = request->nonce;
820 dhkey_info.dhKeyExpiration = 0;
822 retval = k5int_encode_krb5_kdc_dh_key_info(&dhkey_info,

Completed in 45 milliseconds