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

/macosx-10.10.1/MITKerberosShim-66/
H A Dkll.c173 AuthorizationItem envItems[3]; local
174 AuthorizationEnvironment env = { 0 , envItems };
178 envItems[env.count].name = kCoreAuthPanelKerberosPrincipal;
179 envItems[env.count].valueLength = strlen(princ);
180 envItems[env.count].value = princ;
181 envItems[env.count].flags = 0;
205 envItems[env.count].name = kCoreAuthPanelKerberosOptions;
206 envItems[env.count].valueLength = CFDataGetLength(d);
207 envItems[env.count].value = (void *)CFDataGetBytePtr(d);
208 envItems[en
[all...]

Completed in 149 milliseconds