Home
last modified time | relevance | path

Searched refs:inputPos (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp786 size_t inputPos = 0; in update() local
791 while (inputPos < input.size() && errorCode == KMV1::ErrorCode::OK) { in update()
795 {input.begin() + inputPos, input.end()}, authToken, verificationToken, in update()
812 setUpdateBuffer({input.begin() + inputPos, input.end()}); in update()
815 inputPos += consumed; in update()