Searched refs:IsTPMTokenReady (Results 1 – 4 of 4) sorted by relevance
109 CRYPTO_EXPORT bool IsTPMTokenReady(const base::Closure& callback)
413 bool IsTPMTokenReady(const base::Closure& callback) { in IsTPMTokenReady() function in crypto::__anon941d21970111::NSSInitSingleton625 if (IsTPMTokenReady(wrapped_callback)) in GetSystemNSSKeySlot()1035 bool IsTPMTokenReady(const base::Closure& callback) { in IsTPMTokenReady() function1036 return g_nss_singleton.Get().IsTPMTokenReady(callback); in IsTPMTokenReady()
46 base::Bind(&crypto::IsTPMTokenReady, base::Closure()), in OnPageLoaded()
326 if (crypto::IsTPMTokenReady(base::Bind( in StartNSSInitOnIOThread()