Home
last modified time | relevance | path

Searched refs:providedChallenge (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DDeviceOwnerKeyManagementTest.java315 private void validateAttestationRecord(List<Certificate> attestation, byte[] providedChallenge) in validateAttestationRecord() argument
321 assertThat(attestationRecord.getAttestationChallenge()).isEqualTo(providedChallenge); in validateAttestationRecord()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java297 private void validateAttestationRecord(List<Certificate> attestation, byte[] providedChallenge) in validateAttestationRecord() argument
303 assertThat(attestationRecord.getAttestationChallenge()).isEqualTo(providedChallenge); in validateAttestationRecord()