Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintOperation.cpp90 const uint8_t* input_end = input.data() + input.size(); in update() local
94 while (input_pos < input_end) { in update()
95 size_t to_send = std::min(max_chunk_size, static_cast<size_t>(input_end - input_pos)); in update()
96 LOG(DEBUG) << "update: Sending " << to_send << " of " << (input_end - input_pos) in update()