Searched refs:foundIdentity (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportAgg.cpp510 bool foundIdentity = false; local
599 foundIdentity = true;
607 if(!foundIdentity ) {
H A DSecItem.cpp3360 SecIdentityRef foundIdentity = NULL; local
3369 foundIdentity = (SecIdentityRef) *item;
3371 *identity = foundIdentity;
3424 if (!foundIdentity) {
3443 if (!(foundIdentity && itemParams->returnIdentity && itemParams->policy)) {
3485 if (foundIdentity && !identity) {
3486 CFRelease(foundIdentity);
3501 if (foundIdentity) {
3502 CFRelease(foundIdentity);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportAgg.cpp510 bool foundIdentity = false; local
599 foundIdentity = true;
607 if(!foundIdentity ) {
H A DSecItem.cpp3360 SecIdentityRef foundIdentity = NULL; local
3369 foundIdentity = (SecIdentityRef) *item;
3371 *identity = foundIdentity;
3424 if (!foundIdentity) {
3443 if (!(foundIdentity && itemParams->returnIdentity && itemParams->policy)) {
3485 if (foundIdentity && !identity) {
3486 CFRelease(foundIdentity);
3501 if (foundIdentity) {
3502 CFRelease(foundIdentity);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportAgg.cpp510 bool foundIdentity = false; local
599 foundIdentity = true;
607 if(!foundIdentity ) {
H A DSecItem.cpp3360 SecIdentityRef foundIdentity = NULL; local
3369 foundIdentity = (SecIdentityRef) *item;
3371 *identity = foundIdentity;
3424 if (!foundIdentity) {
3443 if (!(foundIdentity && itemParams->returnIdentity && itemParams->policy)) {
3485 if (foundIdentity && !identity) {
3486 CFRelease(foundIdentity);
3501 if (foundIdentity) {
3502 CFRelease(foundIdentity);

Completed in 141 milliseconds