Searched refs:selfTrusted (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/ |
H A D | SystemAttestationVerificationTest.kt | 79 val selfTrusted = TestSelfTrustedAttestation("test", "challengeStr") regex 80 avm.verifyAttestation(selfTrusted.profile, selfTrusted.localBindingType, 90 val selfTrusted = TestSelfTrustedAttestation("test", "challengeStr") regex 91 avm.verifyAttestation(selfTrusted.profile, TYPE_PUBLIC_KEY, 92 selfTrusted.requirements, selfTrusted.attestation, activity.mainExecutor) { result, _ -> 101 val selfTrusted = TestSelfTrustedAttestation("test", "challengeStr") regex 105 avm.verifyAttestation(selfTrusted.profile, selfTrusted.localBindingType, 115 val selfTrusted = TestSelfTrustedAttestation("test", "challengeStr") regex 118 avm.verifyAttestation(selfTrusted.profile, selfTrusted.localBindingType, 130 avm.verifyAttestation(selfTrusted.profile, selfTrusted.localBindingType, [all …]
|