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

/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dprotocol.c1360 enum kcm_cred_type { KCM_NTLM_CRED, KCM_SCRAM_CRED }; enumerator in enum:kcm_cred_type
1389 if (c->type == KCM_NTLM_CRED)
1405 if (c->type == KCM_NTLM_CRED)
1472 c->type = KCM_NTLM_CRED;
1487 if (c->type == KCM_NTLM_CRED)
1537 if (cred->type == KCM_NTLM_CRED) {
1600 cred = create_cred(KCM_NTLM_CRED);
1619 c = find_ntlm_cred(KCM_NTLM_CRED, cred->user, cred->domain, client);
1678 c = find_ntlm_cred(KCM_NTLM_CRED, user, domain, client);
1727 if ((*cp)->type == KCM_NTLM_CRED
[all...]

Completed in 98 milliseconds