Home
last modified time | relevance | path

Searched refs:USE_DH (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/kdc/
H A Dpkinit.c50 enum { USE_RSA, USE_DH, USE_ECDH } keyex; enumerator
178 if (cp->keyex == USE_DH) { in _kdc_pk_free_client_param()
215 if (client_params->keyex == USE_DH) { in generate_dh_keyblock()
832 cp->keyex = USE_DH; in _kdc_pk_rd_padata()
1119 if (cp->keyex == USE_DH) { in pk_mk_pa_reply_dh()
1336 case USE_DH: type = "dh"; break; in _kdc_pk_mk_pa_reply()
/freebsd/crypto/heimdal/lib/krb5/
H A Dpkinit.c63 enum { USE_RSA, USE_DH, USE_ECDH } keyex; enumerator
421 if (ctx->keyex == USE_DH || ctx->keyex == USE_ECDH) { in build_auth_pack()
486 if (ctx->keyex == USE_DH) { in build_auth_pack()
1506 if (ctx->keyex == USE_DH) { in pk_rd_pa_reply_dh()
2423 case USE_DH: in _krb5_get_init_creds_opt_free_pkinit()
2542 opt->opt_private->pk_init_ctx->keyex = USE_DH; in krb5_get_init_creds_opt_set_pkinit()