Searched defs:errSecItemNotFound (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
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-10-find-internet.c81 is_status(SecItemUpdate(query, changes), errSecItemNotFound, local
85 is_status(SecItemDelete(query), errSecItemNotFound, local
H A Dsi-12-item-stress.c358 is_status(SecItemCopyMatching(item, NULL), errSecItemNotFound, "do not find tombstone after delete sync with kSecUseTombstones=false"); local
365 is_status(SecItemCopyMatching(item, NULL), errSecItemNotFound, "do not find tombstone after delete local"); local
366 is_status(SecItemDelete(item), errSecItemNotFound, "do not delete tombstone after delete local"); local
384 is_status(SecItemCopyMatching(item, NULL), errSecItemNotFound, "do not find tombstone after delete local"); local
H A Dsi-43-persistent.c130 is_status(SecItemCopyMatching(query3, &results2), errSecItemNotFound, 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
H A Dsi-33-keychain-backup.c282 is_status(SecItemCopyMatching(query, NULL), errSecItemNotFound, local
H A Dsi-42-identity.c627 is(SecItemCopyMatching(persist_find, &results2), errSecItemNotFound, local
639 is(SecItemCopyMatching(persist_delete, &results2), errSecItemNotFound, local
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-22-key-symmetric.c63 errSecItemNotFound, "copy next returns no more keys"); local
84 errSecItemNotFound, "copy next returns no more keys"); local
H A Dkc-17-item-find-key.c61 errSecItemNotFound, "get next key"); local
77 errSecItemNotFound, "get next key"); local
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/regressions/
H A Dsi-33-keychain-backup.c86 is_status(SecItemCopyMatching(query, &result), errSecItemNotFound, "find item we are about to destroy"); local
/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/securityd/Regressions/
H A Dsecd-02-upgrade-while-locked.c170 is_status(query_one(), errSecItemNotFound, "Query after unlock"); local
H A Dsecd-03-corrupted-items.c154 is_status(do_query(), errSecItemNotFound, "query"); local
H A Dsecd-04-corrupted-items.c129 is_status(SecItemUpdate(query, attributes), errSecItemNotFound, "update internet password port 82 (after corrupting item)"); local
H A Dsecd-05-corrupted-items.c145 is_status(SecItemCopyMatching(query, &ref), errSecItemNotFound, "Item not found"); local
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecBase.h286 errSecItemNotFound = -25300, /* The specified item could not be found in the keychain. */ enumerator in enum:__anon3764
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecBase.h286 errSecItemNotFound = -25300, /* The specified item could not be found in the keychain. */ enumerator in enum:__anon4650
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecBase.h286 errSecItemNotFound = -25300, /* The specified item could not be found in the keychain. */ enumerator in enum:__anon4737

Completed in 209 milliseconds