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

/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A DTokenIDHelper.cpp155 CFMutableArrayRef idArray = NULL; // holds all SecIdentityRefs found local
191 if (!idArray)
192 idArray = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
193 CFArrayAppendValue(idArray, identity);
196 if ((status == noErr || status == errSecItemNotFound) && idArray && CFArrayGetCount(idArray))
198 if (idArray)
200 *identityOrArray = idArray;
206 if (idArray)
207 CFRelease(idArray);
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DSSDLSession.cpp1156 uint32* idArray = (uint32*) clone->RecordIdentifier.Data; local
1157 idArray[0] = ntohl (idArray[0]);
1158 idArray[1] = ntohl (idArray[1]);
1159 idArray[2] = ntohl (idArray[2]);

Completed in 135 milliseconds