Searched refs:errSecItemNotFound (Results 1 - 25 of 112) sorted by relevance

12345

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecBaseP.h81 errSecItemNotFound = -25300, /* The specified item could not be found in the keychain. */
H A DSecKeychainSearch.cpp84 return errSecItemNotFound;
H A DIdentity.cpp51 MacOSError::throwMe(errSecItemNotFound);
H A DSecIdentitySearch.cpp111 return errSecItemNotFound;
H A DSecIdentity.cpp345 return errSecItemNotFound;
421 OSStatus status = errSecItemNotFound;
433 catch (...) { status = errSecItemNotFound; }
636 MacOSError::throwMe(errSecItemNotFound);
676 MacOSError::throwMe(errSecItemNotFound);
706 return (status == errSecItemNotFound) ? errSecSuccess : status;
1026 MacOSError::throwMe(errSecItemNotFound);
1051 MacOSError::throwMe(errSecItemNotFound);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecBaseP.h81 errSecItemNotFound = -25300, /* The specified item could not be found in the keychain. */
H A DSecKeychainSearch.cpp84 return errSecItemNotFound;
H A DIdentity.cpp51 MacOSError::throwMe(errSecItemNotFound);
H A DSecIdentitySearch.cpp111 return errSecItemNotFound;
H A DSecIdentity.cpp345 return errSecItemNotFound;
421 OSStatus status = errSecItemNotFound;
433 catch (...) { status = errSecItemNotFound; }
636 MacOSError::throwMe(errSecItemNotFound);
676 MacOSError::throwMe(errSecItemNotFound);
706 return (status == errSecItemNotFound) ? errSecSuccess : status;
1026 MacOSError::throwMe(errSecItemNotFound);
1051 MacOSError::throwMe(errSecItemNotFound);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecBaseP.h81 errSecItemNotFound = -25300, /* The specified item could not be found in the keychain. */
H A DSecKeychainSearch.cpp84 return errSecItemNotFound;
H A DIdentity.cpp51 MacOSError::throwMe(errSecItemNotFound);
H A DSecIdentitySearch.cpp111 return errSecItemNotFound;
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecBase.h97 errSecItemNotFound = -25300, /* The specified item could not be found in the keychain. */ enumerator in enum:__anon5073
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-00-find-nothing.c29 is_status(SecItemCopyMatching(query, &results), errSecItemNotFound,
H A Dsi-10-find-internet.c81 is_status(SecItemUpdate(query, changes), errSecItemNotFound, local
85 is_status(SecItemDelete(query), errSecItemNotFound, local
H A Dsi-30-keychain-upgrade.c62 is_status(SecItemCopyMatching(query, &results), errSecItemNotFound, "expected nothing got %@", results); local
H A Dsi-31-keychain-unreadable.c27 is_status(SecItemCopyMatching(query, &results), errSecItemNotFound, "expected nothing got %@", results); local
H A Dsi-33-keychain-backup.c165 is_status(SecItemCopyMatching(p->query3, &results2), errSecItemNotFound,
201 is_status(SecItemCopyMatching(p->query3, &results2), errSecItemNotFound,
252 is_status(SecItemCopyMatching(query, NULL), errSecItemNotFound, local
462 is_status(errSecItemNotFound, SecItemCopyMatching(query, NULL),
464 is_status(errSecItemNotFound, SecItemDelete(query), "delete restored item");
H A Dsi-12-item-stress.c342 is_status(SecItemCopyMatching(item, NULL), errSecItemNotFound, "do not find tombstone after delete sync with kSecUseTombstones=false"); local
349 is_status(SecItemCopyMatching(item, NULL), errSecItemNotFound, "do not find tombstone after delete local"); local
350 is_status(SecItemDelete(item), errSecItemNotFound, "do not delete tombstone after delete local"); local
368 is_status(SecItemCopyMatching(item, NULL), errSecItemNotFound, "do not find tombstone after delete local"); local
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_delete.c64 if (result && result != errSecItemNotFound) {
70 if (result && result != errSecItemNotFound) {
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPSecurity.c135 case errSecItemNotFound:
136 return "errSecItemNotFound";
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dlocalconf.c265 if (status == errSecItemNotFound)
296 if (status == errSecItemNotFound)
312 case errSecItemNotFound :
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/regressions/
H A Dsi-33-keychain-backup.c70 is_status(SecItemCopyMatching(query, &result), errSecItemNotFound, "find item we are about to destroy"); local

Completed in 239 milliseconds

12345