Lines Matching +full:security +full:- +full:events
2 // Use of this source code is governed by a BSD-style license that can be
7 #include <Security/Security.h>
21 // Helper that observes events from the Keychain and forwards them to the
26 GetNetworkNotificationThreadMac()->PostTask( in Notifier()
36 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
58 if (info->version > SEC_KEYCHAIN_SETTINGS_VERS1) { in KeychainCallback()
63 if (info->pid == base::GetCurrentProcId()) { in KeychainCallback()
64 // Ignore events generated by the current process, as the assumption is in KeychainCallback()
65 // that they have already been handled. This may miss events that in KeychainCallback()
68 // events rather than sending too many events. in KeychainCallback()
74 CertDatabase::GetInstance()->NotifyObserversClientCertStoreChanged(); in KeychainCallback()
77 CertDatabase::GetInstance()->NotifyObserversTrustStoreChanged(); in KeychainCallback()