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

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecCertificateRequest.cpp101 CFArrayRef outItems = NULL; local
127 &outItems);
136 CFIndex numItems = CFArrayGetCount(outItems);
147 (SecCertificateRef)(CFArrayGetValueAtIndex(outItems, 0));
156 CFRelease(outItems);
H A DSecImport.cpp198 CFArrayRef *outItems) /* optional */
348 if((ortn == errSecSuccess) && (outItems != NULL)) {
350 *outItems = createdKcItems;
392 CFArrayRef *outItems)
410 itemType, flags, oldStructPtr, importKeychain, outItems);
190 SecKeychainItemImport( CFDataRef importedData, CFStringRef fileNameOrExtension, SecExternalFormat *inputFormat, SecExternalItemType *itemType, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, SecKeychainRef importKeychain, CFArrayRef *outItems) argument
384 SecItemImport( CFDataRef importedData, CFStringRef fileNameOrExtension, SecExternalFormat *inputFormat, SecExternalItemType *itemType, SecItemImportExportFlags flags, const SecItemImportExportKeyParameters *keyParams, SecKeychainRef importKeychain, CFArrayRef *outItems) argument
H A DSecImportExport.h352 * CRArrayRef *outItems argument. If outItems is NULL, this step
353 * does not occur. If outItems is NON-NULL, then *outItems will be
365 * outItems. No SecKeyRefs will appear there unless a key
369 * A typical case in which an app specifies the outItems
377 * Passing in NULL for both outItems and importKeychain
463 CFArrayRef *outItems) /* optional */
511 * CRArrayRef *outItems argument. If outItems i
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecCertificateRequest.cpp101 CFArrayRef outItems = NULL; local
127 &outItems);
136 CFIndex numItems = CFArrayGetCount(outItems);
147 (SecCertificateRef)(CFArrayGetValueAtIndex(outItems, 0));
156 CFRelease(outItems);
H A DSecImport.cpp198 CFArrayRef *outItems) /* optional */
348 if((ortn == errSecSuccess) && (outItems != NULL)) {
350 *outItems = createdKcItems;
392 CFArrayRef *outItems)
410 itemType, flags, oldStructPtr, importKeychain, outItems);
190 SecKeychainItemImport( CFDataRef importedData, CFStringRef fileNameOrExtension, SecExternalFormat *inputFormat, SecExternalItemType *itemType, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, SecKeychainRef importKeychain, CFArrayRef *outItems) argument
384 SecItemImport( CFDataRef importedData, CFStringRef fileNameOrExtension, SecExternalFormat *inputFormat, SecExternalItemType *itemType, SecItemImportExportFlags flags, const SecItemImportExportKeyParameters *keyParams, SecKeychainRef importKeychain, CFArrayRef *outItems) argument
H A DSecImportExport.h352 * CRArrayRef *outItems argument. If outItems is NULL, this step
353 * does not occur. If outItems is NON-NULL, then *outItems will be
365 * outItems. No SecKeyRefs will appear there unless a key
369 * A typical case in which an app specifies the outItems
377 * Passing in NULL for both outItems and importKeychain
463 CFArrayRef *outItems) /* optional */
511 * CRArrayRef *outItems argument. If outItems i
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecCertificateRequest.cpp101 CFArrayRef outItems = NULL; local
127 &outItems);
136 CFIndex numItems = CFArrayGetCount(outItems);
147 (SecCertificateRef)(CFArrayGetValueAtIndex(outItems, 0));
156 CFRelease(outItems);
H A DSecImport.cpp198 CFArrayRef *outItems) /* optional */
348 if((ortn == errSecSuccess) && (outItems != NULL)) {
350 *outItems = createdKcItems;
392 CFArrayRef *outItems)
410 itemType, flags, oldStructPtr, importKeychain, outItems);
190 SecKeychainItemImport( CFDataRef importedData, CFStringRef fileNameOrExtension, SecExternalFormat *inputFormat, SecExternalItemType *itemType, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, SecKeychainRef importKeychain, CFArrayRef *outItems) argument
384 SecItemImport( CFDataRef importedData, CFStringRef fileNameOrExtension, SecExternalFormat *inputFormat, SecExternalItemType *itemType, SecItemImportExportFlags flags, const SecItemImportExportKeyParameters *keyParams, SecKeychainRef importKeychain, CFArrayRef *outItems) argument
H A DSecImportExport.h352 * CRArrayRef *outItems argument. If outItems is NULL, this step
353 * does not occur. If outItems is NON-NULL, then *outItems will be
365 * outItems. No SecKeyRefs will appear there unless a key
369 * A typical case in which an app specifies the outItems
377 * Passing in NULL for both outItems and importKeychain
463 CFArrayRef *outItems) /* optional */
511 * CRArrayRef *outItems argument. If outItems i
[all...]
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dserver.c609 xpc_object_t outItems = auth_rights_export_xpc(engine_get_granted_rights(engine)); local
610 xpc_dictionary_set_value(reply, AUTH_XPC_OUT_ITEMS, outItems);
611 xpc_release_safe(outItems);
658 xpc_object_t outItems = auth_items_export_xpc(items); local
659 xpc_dictionary_set_value(reply, AUTH_XPC_OUT_ITEMS, outItems);
660 xpc_release_safe(outItems);

Completed in 146 milliseconds