HomeSort by: relevance | last modified time | path
    Searched refs:USE_RSA (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
krb5_locl.h 355 enum keyex_enum { USE_RSA, USE_DH, USE_ECDH };
pkinit.c 2310 case USE_RSA:
2442 opt->opt_private->pk_init_ctx->keyex = USE_RSA;
  /src/crypto/external/bsd/heimdal/dist/kdc/
pkinit.c 761 cp->keyex = USE_RSA;
1189 if (cp->keyex == USE_RSA) {
1391 if (cp->keyex != USE_RSA) {

Completed in 25 milliseconds