commit | 302b92e7b344faa9286b2ae0bcd82ddaddccdf08 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed May 26 12:38:19 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 26 12:38:19 2021 +0000 |
tree | 9869a28d37a920776aa124d806600dd324109b55 | |
parent | 582d3646631fffc4c2202d404951731fd110a89c [diff] | |
parent | 25e701b91542398a196933d3b32beac9ccea9cd0 [diff] |
Merge "Correct documentation for update()" am: 25e701b915 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1717530 Change-Id: Ifbf5042ba811e6e8d740d934d9a630b3e17c7008
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. *