Home
last modified time | relevance | path

Searched defs:IsHardwareBacked (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2115/
H A Dpoc.cpp83 virtual bool IsHardwareBacked() const { return false; } in IsHardwareBacked() function in DerivedGateKeeper
/aosp_15_r20/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeper.h99 virtual bool IsHardwareBacked() const { return false; } in IsHardwareBacked() function
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h106 virtual bool IsHardwareBacked() const { return false; } in IsHardwareBacked() function
Dtpm_gatekeeper.cpp224 bool TpmGatekeeper::IsHardwareBacked() const { in IsHardwareBacked() function in cuttlefish::TpmGatekeeper
/aosp_15_r20/hardware/interfaces/gatekeeper/aidl/software/
H A DSoftGateKeeper.h115 virtual bool IsHardwareBacked() const { return false; } in IsHardwareBacked() function
/aosp_15_r20/trusty/user/app/gatekeeper/
Dtrusty_gatekeeper.cpp330 bool TrustyGateKeeper::IsHardwareBacked() const { in IsHardwareBacked() function in gatekeeper::TrustyGateKeeper
/aosp_15_r20/external/cronet/net/cert/
H A Dnss_cert_database.cc485 bool NSSCertDatabase::IsHardwareBacked(const CERTCertificate* cert) { in IsHardwareBacked() function in net::NSSCertDatabase