97272d8d5f
The test case for an auth-per-operation HAT with an invalid HMAC is wrong -- it is re-using the previous HAT, which fails for a different reason (has an old challenge). Fix the test to use the HAT that's wrong in the intended way. Bug: 297333975 Test: VtsAidlKeyMintTargetTest Change-Id: I15fe9b0c1b53452df0f67dd44534fdb80a6c2a9c |
||
---|---|---|
.. | ||
aidl | ||
support | ||
README.md | ||
TEST_MAPPING |
KeyMint HAL
This directory contains the HAL definition for KeyMint. KeyMint provides cryptographic services in a hardware-isolated environment.
Note that the IRemotelyProvisionedComponent
HAL, and it's associated types,
used to also be defined in this directory. As of Android U, this HAL has been
moved to a different directory (../rkp). This move is ABI compatible, as the
interfaces have been maintained. The build is split so that the generated
code may be built with different options.