commit | aa9cf9f872e4c86ed43e00326f598ae3dbf565e0 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Sep 16 20:13:37 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 16 20:13:37 2021 +0000 |
tree | 8e9ee09e583bf3533e0cff72eea7547c70bc737a | |
parent | 5ee5d992ac10c67efb78328a8b1052753abd0100 [diff] | |
parent | 5f49ba6c64dc9fcf091c80d9a6226609e65d4218 [diff] |
Merge "Update the documentation to clarify about the timer in ISecureClock." am: 33ee594688 am: a21ff111a5 am: 5f49ba6c64 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1826532 Change-Id: Ic634f86485ebe58a1324a803e7a66b117c0aa4ac
diff --git a/security/secureclock/aidl/android/hardware/security/secureclock/ISecureClock.aidl b/security/secureclock/aidl/android/hardware/security/secureclock/ISecureClock.aidl index a742ff0..e6d63c8 100644 --- a/security/secureclock/aidl/android/hardware/security/secureclock/ISecureClock.aidl +++ b/security/secureclock/aidl/android/hardware/security/secureclock/ISecureClock.aidl
@@ -25,6 +25,10 @@ * secret. The shared secret must be available to secure clock service by implementing * ISharedSecret aidl. Note: ISecureClock depends on the shared secret, without which the secure * time stamp token cannot be generated. + * + * The timer must be the same that is used for HardwareAuthTokens. The ISecureClock interface is + * used to convey a fresh timestamp to those components that do not share a timer with the + * authenticators. * @hide */ @VintfStability