Home
last modified time | relevance | path

Searched refs:errSecItemNotFound (Results 1 – 25 of 114) sorted by relevance

12345

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/x509/internal/macos/
H A Dsecurity.go96 const errSecItemNotFound = -25300 const
103 if int32(ret) == errSecItemNotFound {
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/mac/
H A Dfake_keychain.mm36 return errSecItemNotFound;
42 return errSecItemNotFound;
H A Dcredential_store.mm98 if (status == errSecItemNotFound) {
170 // only search the "legacy" keychain and return errSecItemNotFound. What
344 if (status != errSecSuccess && status != errSecItemNotFound) {
391 if (status == errSecItemNotFound) {
H A Dbrowsing_data_deletion_unittest.mm78 if (status == errSecItemNotFound) {
102 if (status != errSecSuccess && status != errSecItemNotFound) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/mac/
H A Dfake_keychain.mm35 return errSecItemNotFound;
41 return errSecItemNotFound;
H A Dcredential_store.mm96 if (status == errSecItemNotFound) {
168 // only search the "legacy" keychain and return errSecItemNotFound. What
338 if (status != errSecSuccess && status != errSecItemNotFound) {
385 if (status == errSecItemNotFound) {
H A Dbrowsing_data_deletion_unittest.mm77 if (status == errSecItemNotFound) {
101 if (status != errSecSuccess && status != errSecItemNotFound) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/x509/internal/macos/
H A Dsecurity.go96 const errSecItemNotFound = -25300 const
104 if int32(ret) == errSecItemNotFound {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/x509/internal/macos/
H A Dsecurity.go96 const errSecItemNotFound = -25300 const
104 if int32(ret) == errSecItemNotFound {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/x509/internal/macos/
H A Dsecurity.go96 const errSecItemNotFound = -25300 const
104 if int32(ret) == errSecItemNotFound {
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/os_crypt/
H A Dkeychain_password_mac_unittest.mm57 KeychainPasswordEnvironment environment(errSecItemNotFound);
83 KeychainPasswordEnvironment environment1(errSecItemNotFound);
89 KeychainPasswordEnvironment environment2(errSecItemNotFound);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/os_crypt/
H A Dkeychain_password_mac_unittest.mm57 KeychainPasswordEnvironment environment(errSecItemNotFound);
83 KeychainPasswordEnvironment environment1(errSecItemNotFound);
89 KeychainPasswordEnvironment environment2(errSecItemNotFound);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/core/
H A Dsecretstore.cpp147 if ( err != errSecItemNotFound ) in Load()
211 if ( err == errSecItemNotFound ) in Delete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dlogin_database_ios.cc98 if (status == errSecItemNotFound || status == errSecDecode) in DecryptedString()
132 if (status != errSecSuccess && status != errSecItemNotFound) { in DeleteEncryptedPasswordFromKeychain()
H A Dlogin_database_ios_unittest.cc61 ASSERT_TRUE(status == errSecSuccess || status == errSecItemNotFound); in ClearKeychain()
77 if (status == errSecItemNotFound) in GetKeychainSize()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Security.Cryptography.Native.Apple/
H A Dpal_keychain.cpp129 else if (*pOSStatus == errSecItemNotFound) in EnumerateKeychain()
196 if (status == errSecItemNotFound) in DeleteInKeychain()
207 if (status == errSecItemNotFound) in DeleteInKeychain()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dlogin_database_ios.cc43 if (status != errSecSuccess && status != errSecItemNotFound) { in DeleteEncryptedPasswordFromKeychain()
131 if (status == errSecItemNotFound || status == errSecDecode) in DecryptedString()
H A Dlogin_database_ios_unittest.cc62 ASSERT_TRUE(status == errSecSuccess || status == errSecItemNotFound); in ClearKeychain()
78 if (status == errSecItemNotFound) in GetKeychainSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/ios/persistence/
H A Dremoting_keychain.cc119 if (status == errSecItemNotFound) { in GetData()
137 if (status != errSecSuccess && status != errSecItemNotFound) { in RemoveData()
H A Dremoting_keychain_unittest.mm45 ASSERT_TRUE(status == errSecSuccess || status == errSecItemNotFound);
57 ASSERT_EQ(errSecItemNotFound, status);
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/x509/internal/macos/
H A Dsecurity.go95 const errSecItemNotFound = -25300 const
102 if int32(ret) == errSecItemNotFound {
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/credential_provider_extension/
H A Dpassword_util_unittest.mm40 ASSERT_TRUE(status == errSecSuccess || status == errSecItemNotFound);
70 ASSERT_EQ(errSecItemNotFound, status);
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/iOS/Demo/Demo/vendor/SSKeychain/
H A DSSKeychainQuery.m250 case errSecItemNotFound: {
251 message = NSLocalizedStringFromTable(@"errSecItemNotFound", @"SSKeychain", nil);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/enterprise_reporting_private/
H A Dchrome_desktop_report_request_helper.cc207 if (status == errSecItemNotFound || force_recreate) {
208 if (status != errSecItemNotFound) {
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dmacos_keychain.c92 if (status == errSecItemNotFound) in keychain_password_set()

12345