Home
last modified time | relevance | path

Searched refs:getRootOfTrust (Results 1 – 5 of 5) sorted by relevance

/cts/tests/security/src/android/keystore/cts/
DAsn1Attestation.java83 public RootOfTrust getRootOfTrust() { in getRootOfTrust() method in Asn1Attestation
84 return teeEnforced.getRootOfTrust(); in getRootOfTrust()
DAttestation.java118 public abstract RootOfTrust getRootOfTrust(); in getRootOfTrust() method in Attestation
DEatAttestation.java125 public RootOfTrust getRootOfTrust() { in getRootOfTrust() method in EatAttestation
DAuthorizationList.java679 public RootOfTrust getRootOfTrust() { in getRootOfTrust() method in AuthorizationList
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java1085 teeEnforced.getRootOfTrust()); in checkAttestationSecurityLevelDependentParams()
1096 softwareEnforced.getRootOfTrust()); in checkAttestationSecurityLevelDependentParams()
1128 RootOfTrust rootOfTrust = attestation.getRootOfTrust(); in checkRootOfTrust()