Searched refs:keyex (Results 1 – 4 of 4) sorted by relevance
50 enum { USE_RSA, USE_DH, USE_ECDH } keyex; member178 if (cp->keyex == USE_DH) { in _kdc_pk_free_client_param()185 if (cp->keyex == USE_ECDH) { in _kdc_pk_free_client_param()215 if (client_params->keyex == USE_DH) { in generate_dh_keyblock()253 } else if (client_params->keyex == USE_ECDH) { in generate_dh_keyblock()832 cp->keyex = USE_DH; in _kdc_pk_rd_padata()837 cp->keyex = USE_ECDH; in _kdc_pk_rd_padata()850 cp->keyex = USE_RSA; in _kdc_pk_rd_padata()1119 if (cp->keyex == USE_DH) { in pk_mk_pa_reply_dh()1143 } else if (cp->keyex == USE_ECDH) { in pk_mk_pa_reply_dh()[all …]
63 enum { USE_RSA, USE_DH, USE_ECDH } keyex; member421 if (ctx->keyex == USE_DH || ctx->keyex == USE_ECDH) { in build_auth_pack()486 if (ctx->keyex == USE_DH) { in build_auth_pack()547 } else if (ctx->keyex == USE_ECDH) { in build_auth_pack()1506 if (ctx->keyex == USE_DH) { in pk_rd_pa_reply_dh()2422 switch (ctx->keyex) { 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()2553 opt->opt_private->pk_init_ctx->keyex = USE_ECDH; in krb5_get_init_creds_opt_set_pkinit()2559 opt->opt_private->pk_init_ctx->keyex = USE_RSA; in krb5_get_init_creds_opt_set_pkinit()
61 [B<-keyex>]319 =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.