Searched refs:keyex (Results 1 – 7 of 7) sorted by relevance
52 enum keyex_enum keyex; member178 if (cp->keyex == USE_DH) { in _kdc_pk_free_client_param()184 if (cp->keyex == USE_ECDH) in _kdc_pk_free_client_param()210 if (client_params->keyex == USE_DH) { in generate_dh_keyblock()246 } else if (client_params->keyex == USE_ECDH) { in generate_dh_keyblock()744 cp->keyex = USE_DH; in _kdc_pk_rd_padata()748 cp->keyex = USE_ECDH; in _kdc_pk_rd_padata()761 cp->keyex = USE_RSA; in _kdc_pk_rd_padata()1030 if (cp->keyex == USE_DH) { in pk_mk_pa_reply_dh()1057 } else if (cp->keyex == USE_ECDH) { in pk_mk_pa_reply_dh()[all …]
401 if (ctx->keyex == USE_DH || ctx->keyex == USE_ECDH) { in build_auth_pack()463 if (ctx->keyex == USE_DH) { in build_auth_pack()543 } else if (ctx->keyex == USE_ECDH) { in build_auth_pack()1446 if (ctx->keyex == USE_DH) { in pk_rd_pa_reply_dh()2305 switch (ctx->keyex) { in _krb5_get_init_creds_opt_free_pkinit()2425 opt->opt_private->pk_init_ctx->keyex = USE_DH; in krb5_get_init_creds_opt_set_pkinit()2436 opt->opt_private->pk_init_ctx->keyex = USE_ECDH; in krb5_get_init_creds_opt_set_pkinit()2442 opt->opt_private->pk_init_ctx->keyex = USE_RSA; in krb5_get_init_creds_opt_set_pkinit()
359 enum keyex_enum keyex; member
3 Better support for keyex negotiation, DH and ECDH.
35 [B<-keyex>]236 =item B<-keyex|-keysig>
59 [B<-keyex>]313 =item B<-keyex>|B<-keysig>
276 * test_ntlm.c: Test both with and without keyex.281 * test_ntlm.c: Set keyex flag and calculate session key.