Home
last modified time | relevance | path

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

/system/keymaster/
Daes_operation.cpp593 const size_t to_process_from_input = to_process - to_process_from_tag_buf; in ProcessAllButTagLengthBytes() local
602 if (!InternalUpdate(input.peek_read(), to_process_from_input, output, &error)) in ProcessAllButTagLengthBytes()
605 BufferCandidateTagData(input.peek_read() + to_process_from_input, in ProcessAllButTagLengthBytes()
606 input.available_read() - to_process_from_input); in ProcessAllButTagLengthBytes()