Home
last modified time | relevance | path

Searched refs:kx509_ca (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/kdc/
H A Ddefault_config.c112 c->kx509_ca = in krb5_kdc_get_config()
115 if (c->kx509_ca == NULL || c->kx509_template == NULL) { in krb5_kdc_get_config()
H A Dkx509.c176 ret = hx509_certs_init(context->hx509ctx, config->kx509_ca, 0, in build_certificate()
180 config->kx509_ca); in build_certificate()
197 config->kx509_ca); in build_certificate()
H A Dkdc.h93 const char *kx509_ca; member