Searched refs:USE_RSA (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
844 cp->keyex = USE_RSA;
1279 if (cp->keyex == USE_RSA) {
1413 if (cp->keyex != USE_RSA) {
/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
2324 case USE_RSA:
2456 opt->opt_private->pk_init_ctx->keyex = USE_RSA;

Completed in 97 milliseconds