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

/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_export.c158 CFMutableArrayRef exportItems = CFArrayCreateMutable(NULL, 0, local
162 ortn = addKcItems(kcRef, kSecCertificateItemClass, exportItems, &numCerts);
170 ortn = addKcItems(kcRef, CSSM_DL_DB_RECORD_PRIVATE_KEY, exportItems,
179 ortn = addKcItems(kcRef, CSSM_DL_DB_RECORD_PUBLIC_KEY, exportItems,
188 ortn = addKcItems(kcRef, CSSM_DL_DB_RECORD_PRIVATE_KEY, exportItems,
194 ortn = addKcItems(kcRef, CSSM_DL_DB_RECORD_PUBLIC_KEY, exportItems,
204 ortn = addKcItems(kcRef, kSecCertificateItemClass, exportItems, &numCerts);
209 ortn = addKcItems(kcRef, CSSM_DL_DB_RECORD_PRIVATE_KEY, exportItems,
218 ortn = addIdentities(kcRef, exportItems, &numIdents);
234 numItems = CFArrayGetCount(exportItems);
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecImportExportAgg.cpp59 CFMutableArrayRef exportItems; // SecKeychainItemRefs local
83 exportItems = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
89 CFArrayAppendValue(exportItems, kcItemRef);
138 ortn = SecPkcs12ExportKeychainItems(p12Coder, exportItems);
163 if(exportItems) {
164 CFRelease(exportItems);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecImportExportAgg.cpp59 CFMutableArrayRef exportItems; // SecKeychainItemRefs local
83 exportItems = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
89 CFArrayAppendValue(exportItems, kcItemRef);
138 ortn = SecPkcs12ExportKeychainItems(p12Coder, exportItems);
163 if(exportItems) {
164 CFRelease(exportItems);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecImportExportAgg.cpp59 CFMutableArrayRef exportItems; // SecKeychainItemRefs local
83 exportItems = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
89 CFArrayAppendValue(exportItems, kcItemRef);
138 ortn = SecPkcs12ExportKeychainItems(p12Coder, exportItems);
163 if(exportItems) {
164 CFRelease(exportItems);

Completed in 124 milliseconds