Searched refs:errSecItemNotFound (Results 51 - 75 of 112) sorted by relevance

12345

/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DKCCursor.cpp238 status = errSecItemNotFound;
H A DSecBase.h209 @constant errSecItemNotFound The item cannot be found.
280 errSecItemNotFound = -25300, /* The specified item could not be found in the keychain. */ enumerator in enum:__anon4682
H A DTrustSettings.cpp1031 MacOSError::throwMe(errSecItemNotFound);
1089 MacOSError::throwMe(errSecItemNotFound);
1105 MacOSError::throwMe(errSecItemNotFound);
H A DCertificate.cpp1199 CssmError::throwMe(errSecItemNotFound);
1209 CssmError::throwMe(errSecItemNotFound);
1219 CssmError::throwMe(errSecItemNotFound);
H A DSecKeychain.cpp596 return errSecItemNotFound;
695 return errSecItemNotFound;
H A DTrustAdditions.cpp464 status=errSecItemNotFound;
595 status=errSecItemNotFound;
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dkeychain.c163 if (rv == errSecItemNotFound) {
315 } else if (rv != errSecItemNotFound)
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dcs_utils.cpp212 case errSecItemNotFound:
327 case errSecItemNotFound:
/macosx-10.9.5/KerberosHelper-148/Source/
H A Dlkdc_acl.c83 if (ret == errSecItemNotFound)
/macosx-10.9.5/Security-55471.14.18/libsecurity_ocspd/client/
H A DocspdClient.cpp392 return errSecItemNotFound;
/macosx-10.9.5/Security-55471.14.18/sec/Security/Tool/
H A Dpkcs12_util.c119 if (status == errSecItemNotFound)
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrustSettings.cpp1031 MacOSError::throwMe(errSecItemNotFound);
1089 MacOSError::throwMe(errSecItemNotFound);
1105 MacOSError::throwMe(errSecItemNotFound);
H A DCertificate.cpp1199 CssmError::throwMe(errSecItemNotFound);
1209 CssmError::throwMe(errSecItemNotFound);
1219 CssmError::throwMe(errSecItemNotFound);
H A DSecKeychain.cpp596 return errSecItemNotFound;
695 return errSecItemNotFound;
H A DTrustAdditions.cpp464 status=errSecItemNotFound;
595 status=errSecItemNotFound;
H A DSecCertificate.cpp656 MacOSError::throwMe(errSecItemNotFound);
731 MacOSError::throwMe(errSecItemNotFound);
762 return (status == errSecItemNotFound) ? errSecSuccess : status;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DTrustSettings.cpp1031 MacOSError::throwMe(errSecItemNotFound);
1089 MacOSError::throwMe(errSecItemNotFound);
1105 MacOSError::throwMe(errSecItemNotFound);
H A DCertificate.cpp1199 CssmError::throwMe(errSecItemNotFound);
1209 CssmError::throwMe(errSecItemNotFound);
1219 CssmError::throwMe(errSecItemNotFound);
H A DSecKeychain.cpp596 return errSecItemNotFound;
695 return errSecItemNotFound;
H A DTrustAdditions.cpp464 status=errSecItemNotFound;
595 status=errSecItemNotFound;
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecOTRFullIdentity.c393 if ((status == errSecItemNotFound) && (deleteAtLeastOne)) {
H A DSecItem.c221 if (status != errSecItemNotFound) // Occurs in normal operation, so exclude
434 if (!status || status == errSecItemNotFound) {
H A DSecKey.c1066 status = errSecItemNotFound;
1091 status = errSecItemNotFound;
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_add.c72 return errSecItemNotFound;
275 return errSecItemNotFound;
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-42-identity.c550 is_status(errSecItemNotFound, SecItemCopyMatching(certDict, NULL), "verify certificate is gone");
557 is_status(errSecItemNotFound, SecItemCopyMatching(privDict, NULL), "verify key is gone");
612 is(SecItemCopyMatching(persist_find, &results2), errSecItemNotFound, local
624 is(SecItemCopyMatching(persist_delete, &results2), errSecItemNotFound, local
685 is_status(errSecItemNotFound, SecItemCopyMatching(lbl_idnt_query, &zomg_idnt), "no longer find identity by label");

Completed in 375 milliseconds

12345