Searched refs:inputLen (Results 1 – 2 of 2) sorted by relevance
68 bool KeymasterOperation::updateCompletely(const char* input, size_t inputLen, in updateCompletely() argument72 while (inputLen != 0) { in updateCompletely()73 size_t currLen = std::min(inputLen, UPDATE_INPUT_MAX_SIZE); in updateCompletely()75 inputLen -= currLen; in updateCompletely()
98 bool updateCompletely(const char* input, size_t inputLen,