Searched refs:keyex (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dpkinit.c50 enum { USE_RSA, USE_DH, USE_ECDH } keyex; member in struct:pk_client_params
181 if (cp->keyex == USE_DH) {
188 if (cp->keyex == USE_ECDH) {
219 if (client_params->keyex == USE_DH) {
259 } else if (client_params->keyex == USE_ECDH) {
855 cp->keyex = USE_DH;
860 cp->keyex = USE_ECDH;
873 cp->keyex = USE_RSA;
1144 if (cp->keyex == USE_DH) {
1166 } else if (cp->keyex
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dpkinit.c65 enum { USE_RSA, USE_DH, USE_ECDH } keyex; member in struct:krb5_pk_init_ctx_data
397 if (ctx->keyex == USE_DH || ctx->keyex == USE_ECDH) {
462 if (ctx->keyex == USE_DH) {
520 } else if (ctx->keyex == USE_ECDH) {
1388 if (ctx->keyex == USE_DH) {
2304 switch (ctx->keyex) {
2449 opt->opt_private->pk_init_ctx->keyex = USE_DH;
2452 * If its a ECDSA certs, lets select ECDSA as the keyex algorithm.
2460 opt->opt_private->pk_init_ctx->keyex
[all...]

Completed in 128 milliseconds