Searched refs:outArray (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecImportExportAgg.h57 CFMutableArrayRef outArray); // optional, append here
64 CFMutableArrayRef outArray); // optional, append here
71 CFMutableArrayRef outArray); // optional, append here
76 CFMutableArrayRef outArray); // optional, append here
H A DSecImportExportPkcs8.h49 CFMutableArrayRef outArray); // optional, append here
H A DSecImportExportOpenSSH.h68 CFMutableArrayRef outArray); // optional, append here
H A DSecExternalRep.h130 * return will be that held by outArray.
141 CFMutableArrayRef outArray); // optional, append here
150 CFMutableArrayRef outArray); // optional, append here
H A DSecImportExportCrypto.h69 CFMutableArrayRef outArray); // optional, append here
100 CFMutableArrayRef outArray); // optional, append here
H A DSecExternalRep.cpp440 CFMutableArrayRef outArray) // optional, append here
455 keyImportState, importKeychain, cspHand, outArray);
460 outArray);
466 return impExpImportCertCommon(&cdata, importKeychain, outArray);
472 outArray);
512 mKeyAlg, importKeychain, cspHand, flags, keyParams, mPrintName, outArray);
516 keyParams, outArray);
520 outArray);
524 flags, keyParams, mPrintName, outArray);
434 importRep( SecKeychainRef importKeychain, CSSM_CSP_HANDLE cspHand, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, ImpPrivKeyImportState &keyImportState, CFMutableArrayRef outArray) argument
H A DSecImportExportAgg.cpp310 CFMutableArrayRef outArray) // optional, append here
457 if(outArray == NULL) {
497 * indentity to outArray. If no identity is found we append the
498 * cert to outArray. At the end of this loop, remaining
500 * also appended to outArray.
589 * -- add Identity to outArray
594 assert(outArray != NULL);
595 CFArrayAppendValue(outArray, idRef);
609 assert(outArray != NULL);
610 CFArrayAppendValue(outArray, certRe
301 impExpPkcs12Import( CFDataRef inData, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, ImpPrivKeyImportState &keyImportState, SecKeychainRef importKeychain, CSSM_CSP_HANDLE cspHand, CFMutableArrayRef outArray) argument
695 impExpPkcs7Import( CFDataRef inData, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, SecKeychainRef importKeychain, CFMutableArrayRef outArray) argument
803 impExpNetscapeCertImport( CFDataRef inData, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, SecKeychainRef importKeychain, CFMutableArrayRef outArray) argument
844 impExpImportCertCommon( const CSSM_DATA *cdata, SecKeychainRef importKeychain, CFMutableArrayRef outArray) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecImportExportAgg.h57 CFMutableArrayRef outArray); // optional, append here
64 CFMutableArrayRef outArray); // optional, append here
71 CFMutableArrayRef outArray); // optional, append here
76 CFMutableArrayRef outArray); // optional, append here
H A DSecImportExportPkcs8.h49 CFMutableArrayRef outArray); // optional, append here
H A DSecImportExportOpenSSH.h68 CFMutableArrayRef outArray); // optional, append here
H A DSecExternalRep.h130 * return will be that held by outArray.
141 CFMutableArrayRef outArray); // optional, append here
150 CFMutableArrayRef outArray); // optional, append here
H A DSecImportExportCrypto.h69 CFMutableArrayRef outArray); // optional, append here
100 CFMutableArrayRef outArray); // optional, append here
H A DSecExternalRep.cpp440 CFMutableArrayRef outArray) // optional, append here
455 keyImportState, importKeychain, cspHand, outArray);
460 outArray);
466 return impExpImportCertCommon(&cdata, importKeychain, outArray);
472 outArray);
512 mKeyAlg, importKeychain, cspHand, flags, keyParams, mPrintName, outArray);
516 keyParams, outArray);
520 outArray);
524 flags, keyParams, mPrintName, outArray);
434 importRep( SecKeychainRef importKeychain, CSSM_CSP_HANDLE cspHand, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, ImpPrivKeyImportState &keyImportState, CFMutableArrayRef outArray) argument
H A DSecImportExportAgg.cpp310 CFMutableArrayRef outArray) // optional, append here
457 if(outArray == NULL) {
497 * indentity to outArray. If no identity is found we append the
498 * cert to outArray. At the end of this loop, remaining
500 * also appended to outArray.
589 * -- add Identity to outArray
594 assert(outArray != NULL);
595 CFArrayAppendValue(outArray, idRef);
609 assert(outArray != NULL);
610 CFArrayAppendValue(outArray, certRe
301 impExpPkcs12Import( CFDataRef inData, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, ImpPrivKeyImportState &keyImportState, SecKeychainRef importKeychain, CSSM_CSP_HANDLE cspHand, CFMutableArrayRef outArray) argument
695 impExpPkcs7Import( CFDataRef inData, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, SecKeychainRef importKeychain, CFMutableArrayRef outArray) argument
803 impExpNetscapeCertImport( CFDataRef inData, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, SecKeychainRef importKeychain, CFMutableArrayRef outArray) argument
844 impExpImportCertCommon( const CSSM_DATA *cdata, SecKeychainRef importKeychain, CFMutableArrayRef outArray) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecImportExportAgg.h57 CFMutableArrayRef outArray); // optional, append here
64 CFMutableArrayRef outArray); // optional, append here
71 CFMutableArrayRef outArray); // optional, append here
76 CFMutableArrayRef outArray); // optional, append here
H A DSecImportExportPkcs8.h49 CFMutableArrayRef outArray); // optional, append here
H A DSecImportExportOpenSSH.h68 CFMutableArrayRef outArray); // optional, append here
H A DSecExternalRep.h130 * return will be that held by outArray.
141 CFMutableArrayRef outArray); // optional, append here
150 CFMutableArrayRef outArray); // optional, append here
H A DSecImportExportCrypto.h69 CFMutableArrayRef outArray); // optional, append here
100 CFMutableArrayRef outArray); // optional, append here
H A DSecExternalRep.cpp440 CFMutableArrayRef outArray) // optional, append here
455 keyImportState, importKeychain, cspHand, outArray);
460 outArray);
466 return impExpImportCertCommon(&cdata, importKeychain, outArray);
472 outArray);
512 mKeyAlg, importKeychain, cspHand, flags, keyParams, mPrintName, outArray);
516 keyParams, outArray);
520 outArray);
524 flags, keyParams, mPrintName, outArray);
434 importRep( SecKeychainRef importKeychain, CSSM_CSP_HANDLE cspHand, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, ImpPrivKeyImportState &keyImportState, CFMutableArrayRef outArray) argument
H A DSecImportExportAgg.cpp310 CFMutableArrayRef outArray) // optional, append here
457 if(outArray == NULL) {
497 * indentity to outArray. If no identity is found we append the
498 * cert to outArray. At the end of this loop, remaining
500 * also appended to outArray.
589 * -- add Identity to outArray
594 assert(outArray != NULL);
595 CFArrayAppendValue(outArray, idRef);
609 assert(outArray != NULL);
610 CFArrayAppendValue(outArray, certRe
301 impExpPkcs12Import( CFDataRef inData, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, ImpPrivKeyImportState &keyImportState, SecKeychainRef importKeychain, CSSM_CSP_HANDLE cspHand, CFMutableArrayRef outArray) argument
695 impExpPkcs7Import( CFDataRef inData, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, SecKeychainRef importKeychain, CFMutableArrayRef outArray) argument
803 impExpNetscapeCertImport( CFDataRef inData, SecItemImportExportFlags flags, const SecKeyImportExportParameters *keyParams, SecKeychainRef importKeychain, CFMutableArrayRef outArray) argument
844 impExpImportCertCommon( const CSSM_DATA *cdata, SecKeychainRef importKeychain, CFMutableArrayRef outArray) argument
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLLX/
H A DStringServices.h94 std::vector< BYTE > & outArray
H A DStringServices.cpp293 std::vector< BYTE > & outArray
305 outArray.reserve( utf8.size() );
306 outArray.assign( utf8.begin(), utf8.end() );
327 outArray.reserve( cElements );
329 outArray.assign( cElements, 0 );
331 memcpy( &outArray[ 0 ], pData, cElements );
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_import.c64 CFArrayRef outArray = NULL; local
121 &outArray);
137 if(outArray == NULL) {
142 numItems = CFArrayGetCount(outArray);
144 CFTypeRef item = CFArrayGetValueAtIndex(outArray, dex);
202 (SecKeychainItemRef)CFArrayGetValueAtIndex(outArray, dex);
220 safe_CFRelease(&outArray);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DsslAppUtils.h36 bool includeRoot, // include the root in outArray
38 CFArrayRef *outArray); // created and RETURNED
143 bool includeRoot, // true --> root is appended to outArray
146 CFArrayRef *outArray); // created and RETURNED

Completed in 101 milliseconds

123