Searched refs:subject_name (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/heimdal/kdc/
H A Dpkinit.c1716 char **subject_name)
1726 *subject_name = strdup("anonymous client client");
1727 if (*subject_name == NULL)
1738 ret = hx509_name_to_string(name, subject_name);
1745 *subject_name);
1799 if (strcmp(*subject_name, acl->val[0].subject) != 0)
1822 if (strcmp(principal_mappings.val[i].subject, *subject_name) != 0)
1832 *subject_name);
1836 *subject_name);
1838 free(*subject_name);
1711 _kdc_pk_check_client(krb5_context context, krb5_kdc_configuration *config, HDB *clientdb, hdb_entry_ex *client, pk_client_params *cp, char **subject_name) argument
1921 char *subject_name, *p; local
[all...]
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dhx_locl.h145 Name *subject_name; member in struct:hx509_query_data
H A Drevoke.c194 q.subject_name = &ocsp->ocsp.tbsResponseData.responderID.u.byName;
498 q.subject_name = &crl->tbsCertList.issuer;
532 q.subject_name = &_hx509_get_cert(signer)->tbsCertificate.issuer;
H A Dcert.c2971 ret = _hx509_name_cmp(&c->tbsCertificate.subject, q->subject_name, &diff);

Completed in 63 milliseconds