Correct documentation for update()

update() is no longer allowed to consume only part of the data provided.

Change-Id: Ia64a9c0340f19b5dca6dff2502dc7072021522b6
Test: N/A
This commit is contained in:
Shawn Willden
2021-05-25 12:14:00 +00:00
parent 4477ee052f
commit 0b11d84fdd

View File

@@ -155,8 +155,7 @@ interface IKeyMintOperation {
* 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.
*