mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Fix Keymaster VTS unique attestation failure" am: 3e4d8d0856 am: b0f932739a am: 6a1198e166
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/12306609 Change-Id: Id223b4ec4161f11c92b5dcb36ec417b3af50be89
This commit is contained in:
@@ -212,9 +212,11 @@ TEST_P(DeviceUniqueAttestationTest, NonStrongBoxOnly) {
|
||||
EXPECT_EQ(ErrorCode::UNIMPLEMENTED,
|
||||
convert(AttestKey(
|
||||
AuthorizationSetBuilder()
|
||||
.Authorization(TAG_DEVICE_UNIQUE_ATTESTATION)
|
||||
.Authorization(TAG_ATTESTATION_CHALLENGE, HidlBuf("challenge"))
|
||||
.Authorization(TAG_ATTESTATION_APPLICATION_ID, HidlBuf("foo")),
|
||||
&cert_chain)));
|
||||
CheckedDeleteKey();
|
||||
}
|
||||
|
||||
TEST_P(DeviceUniqueAttestationTest, Rsa) {
|
||||
|
||||
Reference in New Issue
Block a user