Home
last modified time | relevance | path

Searched defs:is_trusted (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/avb/test/
H A Davb_cert_validate_unittest.cc226 virtual AvbIOResult Validate(bool* is_trusted) { in Validate()
236 AvbIOResult ValidateUnlock(bool* is_trusted) { in ValidateUnlock()
333 bool is_trusted = false; in TEST_F() local
367 bool is_trusted = false; in TEST_F() local
374 bool is_trusted = true; in TEST_F() local
381 bool is_trusted = true; in TEST_F() local
389 bool is_trusted = true; in TEST_F() local
396 bool is_trusted = true; in TEST_F() local
406 AvbIOResult Validate(bool* is_trusted) override { in Validate()
418 bool is_trusted = true; in TEST_P() local
[all …]
/aosp_15_r20/art/runtime/
H A Dhidden_api.h66 explicit AccessContext(bool is_trusted) in AccessContext()
107 static Domain ComputeDomain(bool is_trusted) { in ComputeDomain()
/aosp_15_r20/external/cronet/net/cert/
H A Dcert_verify_proc_ios.cc173 bool* is_trusted, in BuildAndEvaluateSecTrustRef()
447 bool is_trusted = false; in VerifyInternal() local
/aosp_15_r20/external/perfetto/infra/ci/controller/
H A Dmain.py47 def is_trusted(email): function
/aosp_15_r20/external/cronet/net/cert/internal/
H A Dtrust_store_mac_unittest.cc342 bool is_trusted = cert_trust.IsTrustAnchor() || cert_trust.IsTrustLeaf(); in TEST_P() local
/aosp_15_r20/art/runtime/mirror/
H A Dmethod_type.cc46 const bool is_trusted = true; in Create() local