Searched refs:KCM_SCRAM_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
1394 else if (c->type == KCM_SCRAM_CRED)
1410 else if (c->type == KCM_SCRAM_CRED)
1477 c->type = KCM_SCRAM_CRED;
1492 else if (c->type == KCM_SCRAM_CRED)
1542 } else if (cred->type == KCM_SCRAM_CRED) {
2299 cred = create_cred(KCM_SCRAM_CRED);
2314 c = find_ntlm_cred(KCM_SCRAM_CRED, cred->user, NULL, client);
2363 c = find_ntlm_cred(KCM_SCRAM_CRED, user, NULL, client);
2397 if ((*cp)->type == KCM_SCRAM_CRED
[all...]

Completed in 75 milliseconds