commit | 25f8562e3c4dfcdf1e3bf5dcc2837853a9baa97b | [log] [tgz] |
---|---|---|
author | David Drysdale <[email protected]> | Mon Jan 30 16:41:58 2023 +0000 |
committer | David Drysdale <[email protected]> | Mon Jan 30 17:15:47 2023 +0000 |
tree | 82a2aa1418d8810fb0d2b8265e397f663dce2fe2 | |
parent | 23e3531325aa659c7facf9c2bcedee029b5950ce [diff] |
Force native byte order for timestamp HMAC The previous C++ implementation for timestamp token generation fed in the integer values in native (little) endian format, so override the default impl here to do the same for compatibility with existing consumers of timestamps. Bug: 266879029 Test: atest CtsIdentityTestCases:android.security.identity.cts.UserAuthTest Change-Id: I02d0dfafd6fe25f714ef14d2e6c2ed1ee33edc1e