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

/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Ddigest-service.c698 CFMutableArrayRef authItems = NULL; local
742 authItems = CFArrayCreateMutable(NULL, 5, &kCFTypeArrayCallBacks);
743 if (authItems == NULL) {
748 CFArrayAppendValue(authItems, username);
749 CFArrayAppendValue(authItems, challenge);
750 CFArrayAppendValue(authItems, resp);
751 CFArrayAppendValue(authItems, username);
752 CFArrayAppendValue(authItems, domain);
778 authItems, &outAuthItems, NULL,
863 if (authItems)
[all...]

Completed in 115 milliseconds