Searched refs:is_lkdc (Results 1 - 3 of 3) sorted by path

/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dhdb-od.c124 is_lkdc(hdb_od d, const char *realm) function
1602 } else if (is_lkdc(d, principal->realm)) {
1645 } else if (num == 2 && is_lkdc(d, host)) {
1944 if (is_lkdc(d, eprincipal->realm))
/macosx-10.10/KerberosHelper-151/Source/
H A Dna.c820 int is_lkdc; local
835 is_lkdc = krb5_principal_is_lkdc(na->context, client);
837 if ((only_lkdc && !is_lkdc) || (!only_lkdc && is_lkdc)) {
858 if (is_lkdc) {
1388 int is_lkdc)
1395 } else if (na->specificname || is_lkdc) {
1435 int is_lkdc = 0; local
1564 is_lkdc = krb5_realm_is_lkdc(realm);
1584 if (is_lkdc) {
1384 setFriendlyName(NAHRef na, NAHSelectionRef selection, SecIdentityRef cert, krb5_ccache id, int is_lkdc) argument
[all...]
/macosx-10.10/gssd-64/
H A Dgssd.c1215 int is_lkdc; local
1308 is_lkdc = (strncmp(realm, LKDCPREFIX, strlen(LKDCPREFIX)) == 0);
1310 major = construct_service_name(minor, service, host, realm, !is_lkdc, &svcname[*name_count]);
1316 if (count == 1 || is_lkdc)

Completed in 241 milliseconds