Merge "Correct documentation for update()" am: 25e701b915

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1717530

Change-Id: Ifbf5042ba811e6e8d740d934d9a630b3e17c7008
This commit is contained in:
Treehugger Robot
2021-05-26 12:38:19 +00:00
committed by Automerger Merge Worker

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.
*