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

/freebsd-10.2-release/crypto/heimdal/kdc/
H A Dpkinit.c1707 char **subject_name)
1717 *subject_name = strdup("anonymous client client");
1718 if (*subject_name == NULL)
1729 ret = hx509_name_to_string(name, subject_name);
1736 *subject_name);
1790 if (strcmp(*subject_name, acl->val[0].subject) != 0)
1813 if (strcmp(principal_mappings.val[i].subject, *subject_name) != 0)
1823 *subject_name);
1827 *subject_name);
1829 free(*subject_name);
1702 _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
1912 char *subject_name, *p; local
[all...]
/freebsd-10.2-release/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 138 milliseconds