commit | 0b11d84fdd6cdd36e20061b17ffaa1081d4979ac | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Tue May 25 12:14:00 2021 +0000 |
committer | Shawn Willden <swillden@google.com> | Tue May 25 12:14:03 2021 +0000 |
tree | e6c90800c11ae41f4def5d31d340c3818ef8b288 | |
parent | 4477ee052ff3ebbb4521c829495105cca226246b [diff] |
Correct documentation for update() update() is no longer allowed to consume only part of the data provided. Change-Id: Ia64a9c0340f19b5dca6dff2502dc7072021522b6 Test: N/A
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. *