Home
last modified time | relevance | path

Searched refs:USE_RSA (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/kdc/
H A Dpkinit.c50 enum { USE_RSA, USE_DH, USE_ECDH } keyex; enumerator
850 cp->keyex = USE_RSA; in _kdc_pk_rd_padata()
1287 if (cp->keyex == USE_RSA) { in _kdc_pk_mk_pa_reply()
1421 if (cp->keyex != USE_RSA) { in _kdc_pk_mk_pa_reply()
/freebsd/crypto/heimdal/lib/krb5/
H A Dpkinit.c63 enum { USE_RSA, USE_DH, USE_ECDH } keyex; enumerator
2427 case USE_RSA: in _krb5_get_init_creds_opt_free_pkinit()
2559 opt->opt_private->pk_init_ctx->keyex = USE_RSA; in krb5_get_init_creds_opt_set_pkinit()