Searched refs:USE_ECDH (Results 1 – 2 of 2) sorted by relevance
50 enum { USE_RSA, USE_DH, USE_ECDH } keyex; enumerator185 if (cp->keyex == USE_ECDH) { in _kdc_pk_free_client_param()253 } else if (client_params->keyex == USE_ECDH) { in generate_dh_keyblock()837 cp->keyex = USE_ECDH; in _kdc_pk_rd_padata()1143 } else if (cp->keyex == USE_ECDH) { in pk_mk_pa_reply_dh()1338 case USE_ECDH: type = "ecdh"; break; in _kdc_pk_mk_pa_reply()
63 enum { USE_RSA, USE_DH, USE_ECDH } keyex; enumerator421 if (ctx->keyex == USE_DH || ctx->keyex == USE_ECDH) { in build_auth_pack()547 } else if (ctx->keyex == USE_ECDH) { in build_auth_pack()2429 case USE_ECDH: in _krb5_get_init_creds_opt_free_pkinit()2553 opt->opt_private->pk_init_ctx->keyex = USE_ECDH; in krb5_get_init_creds_opt_set_pkinit()