commit | 05461b9211b2e1894beaf5d27e211bbaeb27e6f2 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Aug 08 19:18:51 2024 +0000 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Fri Aug 09 19:09:47 2024 +0000 |
tree | f622d64ad826d9db258a005f77849d4d91405395 | |
parent | dccc0e0c41ba7ad8dd99a1bcafa2978cc85fba30 [diff] |
Use no_auth_required in keystore2_test_unlocked_device_required() Since keystore2_test_unlocked_device_required() does not want user authentication to be required for its key, add the NO_AUTH_REQUIRED parameter. This makes the parameters consistent with what the Java APIs use. Neither Keystore itself nor the reference implementation of KeyMint actually care about NO_AUTH_REQUIRED because it is implied by other parameters, but maybe other implementations of KeyMint care. Bug: 336695416 Bug: 353162976 Bug: 354094581 Bug: 355586255 Bug: 356750530 Bug: 357732768 Bug: 358266831 Test: atest keystore2_client_tests (cherry picked from https://android-review.googlesource.com/q/commit:a2ca642d70c7780a20102bbc517dc99bc802d24f) Merged-In: Iec9bfa6bb2c1b3fbc5a7ba999dabf9a4371e1ba9 Change-Id: Iec9bfa6bb2c1b3fbc5a7ba999dabf9a4371e1ba9