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

12345

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls2.c1394 if ( status != errSecItemNotFound ) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DsslAppUtils.cpp250 case errSecItemNotFound: return "errSecItemNotFound";
/macosx-10.9.5/Security-55471.14.18/sec/ipc/
H A Dserver.c694 if(SecErrorGetOSStatus(error) == errSecItemNotFound)
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSOSCloudCircleServer.c149 if (errSecItemNotFound == saveStatus) {
H A DSecItemServer.c2415 // update query should superceed the errSecItemNotFound below.
2419 ok = SecError(errSecItemNotFound, error, CFSTR("no matching items found"));
2554 result = SecError(errSecItemNotFound, error, CFSTR("No items updated"));
2586 ok = SecError(errSecItemNotFound, error, CFSTR("Delete failed to delete anything"));
2740 if (status == errSecItemNotFound) {
3338 if (status != errSecItemNotFound) // Occurs in normal operation, so exclude
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPreferencesKeychainPrivate.c532 case errSecItemNotFound : {
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPKeychainUtil.c653 status = errSecItemNotFound;
H A DEAPOLClientItemID.c1112 if (status == errSecItemNotFound) {
H A DEAPTLSUtil.c759 status = errSecItemNotFound;
H A Deapfast_plugin.c1059 case errSecItemNotFound:
/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dmain.c1009 case errSecItemNotFound :
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper.c935 if (errSecItemNotFound != status)

Completed in 299 milliseconds

12345