Home
last modified time | relevance | path

Searched refs:getRootOfTrust (Results 1 – 6 of 6) 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.java128 public abstract RootOfTrust getRootOfTrust(); in getRootOfTrust() method in Attestation
DEatAttestation.java127 public RootOfTrust getRootOfTrust() { in getRootOfTrust() method in EatAttestation
DAuthorizationList.java703 public RootOfTrust getRootOfTrust() { in getRootOfTrust() method in AuthorizationList
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java1046 return attestation.getRootOfTrust(); in generateAttestationAndExtractRoT()
1638 teeEnforced.getRootOfTrust()); in checkAttestationSecurityLevelDependentParams()
1691 RootOfTrust rootOfTrust = attestation.getRootOfTrust(); in checkRootOfTrust()
DDeviceOwnerKeyManagementTest.java539 RootOfTrust rootOfTrust = attestation.getRootOfTrust(); in checkRootOfTrustForLockedDevice()