HomeSort by: relevance | last modified time | path
    Searched refs:USE_ECDH (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
krb5_locl.h 355 enum keyex_enum { USE_RSA, USE_DH, USE_ECDH };
pkinit.c 401 if (ctx->keyex == USE_DH || ctx->keyex == USE_ECDH) {
543 } else if (ctx->keyex == USE_ECDH) {
2312 case USE_ECDH:
2436 opt->opt_private->pk_init_ctx->keyex = USE_ECDH;
  /src/crypto/external/bsd/heimdal/dist/kdc/
pkinit.c 184 if (cp->keyex == USE_ECDH)
246 } else if (client_params->keyex == USE_ECDH) {
748 cp->keyex = USE_ECDH;
1057 } else if (cp->keyex == USE_ECDH) {
1239 case USE_ECDH: type = "ecdh"; break;

Completed in 107 milliseconds