Searched refs:secKeyRef (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportCrypto.cpp350 SecKeyRef secKeyRef = NULL; local
552 &unwrappedKey, &labelData, &newPrintName, keyLabel, &secKeyRef);
587 if(secKeyRef == NULL) {
589 ortn = SecKeyCreateWithCSSMKey(&unwrappedKey, &secKeyRef);
598 CFArrayAppendValue(outArray, secKeyRef);
609 if(secKeyRef) {
610 CFRelease(secKeyRef);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportCrypto.cpp350 SecKeyRef secKeyRef = NULL; local
552 &unwrappedKey, &labelData, &newPrintName, keyLabel, &secKeyRef);
587 if(secKeyRef == NULL) {
589 ortn = SecKeyCreateWithCSSMKey(&unwrappedKey, &secKeyRef);
598 CFArrayAppendValue(outArray, secKeyRef);
609 if(secKeyRef) {
610 CFRelease(secKeyRef);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportCrypto.cpp350 SecKeyRef secKeyRef = NULL; local
552 &unwrappedKey, &labelData, &newPrintName, keyLabel, &secKeyRef);
587 if(secKeyRef == NULL) {
589 ortn = SecKeyCreateWithCSSMKey(&unwrappedKey, &secKeyRef);
598 CFArrayAppendValue(outArray, secKeyRef);
609 if(secKeyRef) {
610 CFRelease(secKeyRef);

Completed in 127 milliseconds