Searched refs:USE_DH (Results 1 - 2 of 2) sorted by path

/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
178 if (cp->keyex == USE_DH) {
215 if (client_params->keyex == USE_DH) {
826 cp->keyex = USE_DH;
1113 if (cp->keyex == USE_DH) {
1328 case USE_DH: type = "dh"; 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) {
478 if (ctx->keyex == USE_DH) {
1403 if (ctx->keyex == USE_DH) {
2320 case USE_DH:
2439 opt->opt_private->pk_init_ctx->keyex = USE_DH;

Completed in 151 milliseconds