Searched refs:KCM_SCRAM_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
1391 else if (c->type == KCM_SCRAM_CRED)
1407 else if (c->type == KCM_SCRAM_CRED)
1474 c->type = KCM_SCRAM_CRED;
1489 else if (c->type == KCM_SCRAM_CRED)
1539 } else if (cred->type == KCM_SCRAM_CRED) {
2296 cred = create_cred(KCM_SCRAM_CRED);
2311 c = find_ntlm_cred(KCM_SCRAM_CRED, cred->user, NULL, client);
2360 c = find_ntlm_cred(KCM_SCRAM_CRED, user, NULL, client);
2394 if ((*cp)->type == KCM_SCRAM_CRED
[all...]

Completed in 161 milliseconds