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

/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dprotocol.c1363 enum kcm_cred_type { KCM_NTLM_CRED, KCM_SCRAM_CRED }; enumerator in enum:kcm_cred_type
1392 if (c->type == KCM_NTLM_CRED)
1408 if (c->type == KCM_NTLM_CRED)
1475 c->type = KCM_NTLM_CRED;
1490 if (c->type == KCM_NTLM_CRED)
1540 if (cred->type == KCM_NTLM_CRED) {
1603 cred = create_cred(KCM_NTLM_CRED);
1622 c = find_ntlm_cred(KCM_NTLM_CRED, cred->user, cred->domain, client);
1681 c = find_ntlm_cred(KCM_NTLM_CRED, user, domain, client);
1730 if ((*cp)->type == KCM_NTLM_CRED
[all...]

Completed in 108 milliseconds