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

123456

/macosx-10.10.1/Security-57031.1.35/Security/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;
/macosx-10.10.1/Security-57031.1.35/Security/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;
/macosx-10.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecBase.h104 errSecItemNotFound = -25300, /* The specified item could not be found in the keychain. */ enumerator in enum:__anon5123
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-76-shared-credentials.c54 is(status == errSecItemNotFound || expected_failure(status), true, "fqdn not entitled");
87 if (status == errSecItemNotFound || expected_failure(status)) {
107 if (status == errSecItemNotFound || expected_failure(status)) {
148 if (status == errSecAuthFailed || expected_failure(status)) { status = errSecItemNotFound; }
149 is_status(status, errSecItemNotFound);
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.c77 is_status(SecItemCopyMatching(query, &results), errSecItemNotFound, "expected nothing got %@", results); local
H A Dsi-31-keychain-unreadable.c42 is_status(SecItemCopyMatching(query, &results), errSecItemNotFound, "expected nothing got %@", results); local
H A Dsi-81-item-acl-stress.c231 is_status(SecItemCopyMatching(item, NULL), errSecItemNotFound, "do not find after add failed"); local
237 is_status(SecItemCopyMatching(item, NULL), errSecItemNotFound, "do not find after delete local"); local
241 is_status(SecItemCopyMatching(item, NULL), errSecItemNotFound, "do not find sync"); local
250 is_status(SecItemCopyMatching(item, NULL), errSecItemNotFound, "do not find after delete local - acl with authentication UI"); local
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dkeychain_delete.c64 if (result && result != errSecItemNotFound) {
70 if (result && result != errSecItemNotFound) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-17-item-find-key.c61 errSecItemNotFound, "get next key"); local
77 errSecItemNotFound, "get next key"); local
H A Dkc-22-key-symmetric.c63 errSecItemNotFound, "copy next returns no more keys"); local
84 errSecItemNotFound, "copy next returns no more keys"); local
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/dotMacArchive/
H A DidentSearch.cpp129 return errSecItemNotFound;
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPSecurity.c135 case errSecItemNotFound:
136 return "errSecItemNotFound";
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dlocalconf.c265 if (status == errSecItemNotFound)
296 if (status == errSecItemNotFound)
312 case errSecItemNotFound :

Completed in 211 milliseconds

123456