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

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExport.h459 * @discussion This API has been deprecated. Please use the SecItemImport API instead.
473 * SecItemImport()
501 * The SecItemImport() call does its best to figure out what is
503 * arguments. In most cases, SecItemImport() can even figure out
630 OSStatus SecItemImport(
H A DSecImport.cpp384 OSStatus SecItemImport( function
H A DSecKey.cpp2020 if(SecItemImport(workingData, NULL, &externalFormat, &externalItemType, 0, NULL, NULL, &outArray) != errSecSuccess) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExport.h459 * @discussion This API has been deprecated. Please use the SecItemImport API instead.
473 * SecItemImport()
501 * The SecItemImport() call does its best to figure out what is
503 * arguments. In most cases, SecItemImport() can even figure out
630 OSStatus SecItemImport(
H A DSecImport.cpp384 OSStatus SecItemImport( function
H A DSecKey.cpp2020 if(SecItemImport(workingData, NULL, &externalFormat, &externalItemType, 0, NULL, NULL, &outArray) != errSecSuccess) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExport.h459 * @discussion This API has been deprecated. Please use the SecItemImport API instead.
473 * SecItemImport()
501 * The SecItemImport() call does its best to figure out what is
503 * arguments. In most cases, SecItemImport() can even figure out
630 OSStatus SecItemImport(
H A DSecImport.cpp384 OSStatus SecItemImport( function
H A DSecKey.cpp2020 if(SecItemImport(workingData, NULL, &externalFormat, &externalItemType, 0, NULL, NULL, &outArray) != errSecSuccess) {
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DCryptoSupport.c526 OSStatus err = SecItemImport(keyData, NULL, &extFormat, &itemType, 0, NULL, NULL, &outArray);
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-51-testSecItemFind.c16 // - SecItemImport
1353 status = SecItemImport(p12DataRef,
1399 status = SecItemImport(p12DataRef,
1430 status = SecItemImport(p12DataRef,
1460 status = SecItemImport(p12DataRef,

Completed in 313 milliseconds