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

/freebsd-11-stable/crypto/heimdal/kdc/
H A Dpkinit.c50 enum { USE_RSA, USE_DH, USE_ECDH } keyex; enumerator in enum:pk_client_params::__anon5938
185 if (cp->keyex == USE_ECDH) {
254 } else if (client_params->keyex == USE_ECDH) {
831 cp->keyex = USE_ECDH;
1135 } else if (cp->keyex == USE_ECDH) {
1330 case USE_ECDH: type = "ecdh"; break;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c63 enum { USE_RSA, USE_DH, USE_ECDH } keyex; enumerator in enum:krb5_pk_init_ctx_data::__anon6034
413 if (ctx->keyex == USE_DH || ctx->keyex == USE_ECDH) {
536 } else if (ctx->keyex == USE_ECDH) {
2326 case USE_ECDH:
2450 opt->opt_private->pk_init_ctx->keyex = USE_ECDH;

Completed in 62 milliseconds