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

/freebsd-13-stable/crypto/heimdal/kdc/
H A Dpkinit.c50 enum { USE_RSA, USE_DH, USE_ECDH } keyex; member in struct:pk_client_params
178 if (cp->keyex == USE_DH) {
185 if (cp->keyex == USE_ECDH) {
215 if (client_params->keyex == USE_DH) {
254 } else if (client_params->keyex == USE_ECDH) {
833 cp->keyex = USE_DH;
838 cp->keyex = USE_ECDH;
851 cp->keyex = USE_RSA;
1120 if (cp->keyex == USE_DH) {
1144 } else if (cp->keyex
[all...]
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c63 enum { USE_RSA, USE_DH, USE_ECDH } keyex; member in struct:krb5_pk_init_ctx_data
421 if (ctx->keyex == USE_DH || ctx->keyex == USE_ECDH) {
486 if (ctx->keyex == USE_DH) {
547 } else if (ctx->keyex == USE_ECDH) {
1414 if (ctx->keyex == USE_DH) {
2330 switch (ctx->keyex) {
2450 opt->opt_private->pk_init_ctx->keyex = USE_DH;
2453 * If its a ECDSA certs, lets select ECDSA as the keyex algorithm.
2461 opt->opt_private->pk_init_ctx->keyex
[all...]

Completed in 62 milliseconds