commit | 9839acee2eeaf5f52653e309f00db52d39464ad4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed May 26 12:54:05 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 26 12:54:05 2021 +0000 |
tree | efe0042589d8877f6380622397fec148fa309c13 | |
parent | f36b699af7c92e4551bc0bf7203591a1d4f543b2 [diff] | |
parent | 302b92e7b344faa9286b2ae0bcd82ddaddccdf08 [diff] |
Merge "Correct documentation for update()" am: 25e701b915 am: 302b92e7b3 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1717530 Change-Id: Ia095fdf84607309cda9efd3f5348ea36f4208603
diff --git a/security/keymint/aidl/android/hardware/security/keymint/IKeyMintOperation.aidl b/security/keymint/aidl/android/hardware/security/keymint/IKeyMintOperation.aidl index aa7b492..ce83044 100644 --- a/security/keymint/aidl/android/hardware/security/keymint/IKeyMintOperation.aidl +++ b/security/keymint/aidl/android/hardware/security/keymint/IKeyMintOperation.aidl
@@ -155,8 +155,7 @@ * it must process all but the tag length and buffer the possible tag data for processing during * finish(). * - * @param input Data to be processed. Note that update() may or may not consume all of the data - * provided. See return value. + * @param input Data to be processed. update() must consume all input data. * * @param authToken Authentication token. Can be nullable if not provided. *