commit | be1969e4b8e4392f70ce26c52590304e867ca800 | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <jdanis@google.com> | Tue Apr 20 15:16:24 2021 -0700 |
committer | Hasini Gunasinghe <hasinitg@google.com> | Thu Apr 22 14:15:00 2021 +0000 |
tree | 8437c736ec6ab27dd922117cf9ab6eddf2714651 | |
parent | b2a2a1b58fdc9fa7e724198e43e2357090ec352d [diff] |
Keystore 2.0: Untangle mutex dependencies in add_auth_token. Some mutexes on the add_auth_token path were more dependent on one another than necessary. This could lead to a chain were add_auth_token would block on waiting for a time stamp token, which in turn could stall the execution for seconds. Also fix some comments. Bug: 183676395 Test: N/A Change-Id: I5c6ae1e47fe232ea9954497108f807bbcd37fef7