commit | f675da928c9da2f1aebd622c02a23d9dcef6f334 | [log] [tgz] |
---|---|---|
author | David Drysdale <[email protected]> | Tue Jan 14 12:18:17 2025 +0000 |
committer | David Drysdale <[email protected]> | Wed Jan 22 23:54:20 2025 -0800 |
tree | 8ff1dfc3a64d5a79c8ce23ed29ead4791a3c499e | |
parent | 3a08641913841d81a42a53baea38654b3dba8053 [diff] |
More error codes for device unique attestation The Keymaster 4.1 spec says that "TRUSTED_ENVIRONMENT IKeymasterDevices must return ErrorCode::INVALID_ARGUMENT if they receive DEVICE_UNIQUE_ATTESTATION". However, the corresponding VTS test was expecting ErrorCode::UNIMPLEMENTED instead. Make the test cope with either error code value. Test: build Bug: 388386210 Change-Id: Iaec708422793e6a76d33d21c3e4a9b8782411c0b (cherry picked from commit 616ab3d4f80d01ff6218e6eb8d05ceea4ad96a57)